I'm trying to essentially do a voltage sweep incrementing the set voltage on one channel (gate) and reading the current back on the other channel (drain) to make a curve tracer of sorts.
I guess the best approach to do that will be to use the "Timer and Delay" internal feature of the DP832, then use LXI to read all channels measurements at once while drawing the charts on the PC.
"Timer and Delayer" is described in the user manual, it has the possibility to output automatically a custom defined "waveform", or predefined waveform like sinus, pulse or ramp.
LATER EDIT:Sorry, the minimum time for each output value is 1 second, so I guess the timer feature doesn't help.
Another optionYou could try to use a kind of hack, based on the assumption that the LXI reading of the measurements is faster (I didn't tested how fast the measurements can be read):
- set a very low current limit, like 5mA, for the channel destined to feed the gate with voltage
- then, turn the channel from 0 to something like 10V - this will create a voltage ramp at output, because the filter capacitor from the output of the channel is big, so it will take some time to charge up to 10V with only those 5mA.
- while the voltage is raising at the channel that feeds the gate, start reading as fast as possible the measured values for the gate voltage channel and for the current drain channel.
Maybe this will work fast enough to make a curve tracer, but I didn't tested it.