7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-295
trigger.model.load("LogicTrigger", digInLine, digOutLine, count)
trigger.model.load("LogicTrigger", digInLine, digOutLine, count, delay)
trigger.model.load("LogicTrigger", digInLine, digOutLine, count, delay,
bufferName)
trigger.model.load("LogicTrigger", digInLine, digOutLine, count, delay,
bufferName, readingBlock)
Example
trigger.model.load("LogicTrigger", 7, 2, 10, 0.001, defbuffer1)
Set up the template to use the external in line and wait for a pulse from the external in to trigger
measurements.
Pulse digital out line 2 and external out when the measurement is complete.
Make 10 measurements, with a delay of 1 ms before each measurement.
Store the measurements in
.
Also see
None