And what's inside this box?
No doubt, I'm a lucky winner of this contest!
The load resistor is a somewhat larger 4R7 resistor:
The whole test setup looks like this:
I've connected the load resistor using the front panel binding posts, as one would expect,
these just wired in parallel to the back panel connectors. The load resistor is mounted to the heat sink right to the supply.
The back panel connectors are used to connect to the DUT, using 4 wire sensing mode.
Channel 1 is used as a variable load for the DUT. This works by connecting the load resistor in parallel to the DUT's output. At a constant voltage (this is assumed for the regulator's output), the resistor sinks a constant current. To measure the output voltage of the DUT under load, the channel 1 output is set to the lowest possible current and a slightly higher voltage than the DUT's nominal output voltage.
Turn on both channels of the bench power supply. channel 2 gives the reading of the DUT's input voltage / current / power, while channel 1 gives the reading of the DUT's output voltage. A small current (about 2.5mA here) flows from the power supply into the load resistor, slightly reducing the output current of the DUT. At about 0.9A output current, 2.5mA doesn't make a big difference. In this configuration one can get a direct readout of the DUT's input power at the load determined by the load resistor.
By slowly increasing channel 1's current setting, the power supply brings more current into the load resistor, reducing the DUT's load current by the same amount. At some point, the bench power supply has taken over the full load, the DUT's output current is zero. Using this technique, one can get an input power reading from the bench power supply at any load between zero to full load of the DUT.
If the current setting is above the full load current, the output voltage starts to rise. To prevent it rising too high, the voltage setting is just above the DUT's nominal output voltage. Be careful with that, some kind of regulators do not like this "feeding from the back". Especially regulators with synchronous rectifiers can start pushing power from their output to the input now, this is absolutely undesireable here. So be careful to set the output current of channel 1 not higher than the calculated maximum load current.
First, determine the minimum load current set point:
Slowly increase the channel 1 current limit setting, until the bench power supply
takes over the full load. The DUT's output current is then near zero, the input current
is low.
Remember the load current (0.925A).
Now, use the "Output LIST" feature of the E36312A to set up a list of current values,
starting at this current down to smallest possible value.
 
 
I've made smaller steps at the beginning, and larger steps towards the end. This
gives some finer resolution at small output power. Note the trigger "BOST" at the first step.
Now, set up the digital inputs and outputs to route the trigger from the Output LIST to
the Data Logger:
Setup the data logger:
Using this setup and the 3 seconds dwell time, we get 3 samples per current step.
Typically, the first or the last of these steps is invalid due to the LIST stepping,
so we should use the middle sample of each step for the later analysis.
Use some wire to connect Pin 1 and Pin 2 of the Digital Port, located at the back side of the power supply. This routes the trigger from the LIST execution to the data logger to provide a means of simultaneous starting both.
Put a USB thumb drive into the front panel USB connector. This is where the logged data gets saved to.
Assuming your DUT is still hooked up, start the LIST execution and watch the readings while the power supply runs through all the programmed steps. When finished, the data logger writes a file containing binary data to the thumb drive. Use "Export file" from the data logger's File selection menu to export the data as a .csv (comma separated values) file. This should be readable by your favourite data analysis tool. This is how the exported file looks like: default.csv.
To calculate the output power, we first need the actual DUT's output current, not the bench power supply output current. As the current into the load resistor is constant here, the DUT's output current is the difference of load resistor current and bench power supply output current. We've started our output LIST with this value, so the Sample "1" shows this current for Channel 1.
For each sample, subtract the channel 1 current reading from the sample "1" ch 1 current reading and multiply by its output voltage to get the DUT current.
Efficiency is now calculated by dividing output power by input power
There's some spiking in the diagram, these are the invalid samples I mentioned above, but yout get the figure. Since I don't know a simple way to remove all unused samples from the data using LibreOffice, I left them for now. For sure there's someone in this world who knows a simple trick to do this with LibreOffice.
Here's the spreadsheet for those playing along at home: Efficiency Chart Spreadsheet.
Don't treat this as a precision measurement, especially at low DUT output currents, there might be a large error due to the difference current calculation method. For larger currents, the result looks quite plausible but still to be verified by the more conventional method using a bunch of multimeters.