7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-287
Example
dmm.measure.func = dmm.FUNC_AC_CURRENT
dmm.measure.configlist.create("MEASURE_LIST")
dmm.measure.range = 1e-3
dmm.measure.configlist.store("MEASURE_LIST")
dmm.measure.range = 10e-3
dmm.measure.configlist.store("MEASURE_LIST")
dmm.measure.range = 100e-3
dmm.measure.configlist.store("MEASURE_LIST")
trigger.model.load("ConfigList", "MEASURE_LIST")
trigger.model.initiate()
waitcomplete()
printbuffer(1, defbuffer1.n, defbuffer1.readings)
Reset the instrument.
Set the measure function to AC current.
Set up a configuration list named MEASURE_LIST.
Load the configuration list trigger model, using the indexes in this configuration list.
Start the trigger model.
Wait for the trigger model to complete.
Return the results from the reading buffer.
Example output:
9.9246953126e-07, 6.9921188254e-06, 3.8904102673e-05
Also see
None