I am trying to understand the specifications of bench power supplies. Let me take as an example the Siglent SPD4000X series.
The datasheet for these PSU says (CV mode):
(A) Line regulation 0.01%+2 mV
(B) Load regulation (2W mode) 0.01%+10 mV
(C) Voltage programming/readback accuracy +/- (0.03% of reading+10 mV)
(D) Voltage programming/readback resolution 1 mV
To measure potential differences lets assume that I will use a perfectly accurate DMM.
Lets suppose that I set a channel to 5 V with a current limit of 3 A. I now connect a load taking a steady 2 A.
Spec (C) says that the perfect DMM measurement of the channel's voltage will lie in the range 4.98850 - 5.01150 V (neglecting transients).
Lets say it is 5.01100 V. If I repeat the measurement at ANY time afterwards then spec (A) says that the DMM will measure a voltage of between 5.00850 and 5.01350 V (neglecting transients)
Is this the correct interpretation of the datasheet?
Hi,
Some good replies here already I'll just add a little more to summarize.
It looks like the power supply has three sources of error, A, B, and C, and D is just telling you that you SHOULD be able to step the output in increments of 1mv.
Since D is different than the others and we can assume D is close enough, the main sources of error come from the first three.
If we look at A, B, and C, we see they all have errors in the form:
err=K1*Vset+K2
Since they all have the same form, we can combine them into one lumped expression:
MaxTotalError=A1*Vset+A2
Adding all the K1's and all the K2's to get A1 and A2 we end up with:
MaxTotalError=0.0005*Vset+0.022, where MaxTotalError is in plus or minus volts.
We can then also form a little table with each entry as [Vset, error, percent error] with all errors plus or minus:
1v, 0.0225v, 2.2500 percent
5v, 0.0245v, 0.4900 percent
10v, 0.0270v, 0.2700 percent
15v, 0.0295v, 0.1967 percent
20v, 0.0320v, 0.1600 percent
25v, 0.0345v, 0.1389 percent
30v, 0.0370v, 0.1233 percent
This is following the way power supplies are specified. If that manufacturer reported something in an unusual way, you'd have to get that information from them.
Feel free to check over the numbers it's always good to do that if this is important.