8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-310 DMM7510-901-01 Rev. B / May 2015
The following table shows the constants for the events.
Trigger events
Event description Event constant
Front-panel TRIGGER key press
Notify trigger block N (1 to 8) generates a trigger event when
the trigger model executes it
A command interface trigger (bus trigger):
• Any remote interface: *TRG
• GPIB only: GET bus command
•
VXI-11: VXI-11 command device_trigger
Line edge (either rising, falling, or either based on the
configuration of the line) detected on digital input line N
Line edge detected on TSP-Link synchronization line N
(1 to 3)
Appropriate LXI trigger packet is received on LAN trigger
object N (1 to 8)
Trigger event blender N (1 to 2), which combines trigger
events
Trigger timer N (1 to 4) expired
trigger.EVENT_ANALOGTRIGGER
Example
trigger.model.setblock(6, trigger.BLOCK_BRANCH_ON_EVENT, trigger.EVENT_DISPLAY,
2)
When the trigger model reaches this block, if the front-panel TRIGGER key has been pressed, the trigger
model returns to block 2. If the TRIGGER key has not been pressed, the trigger model continues to block 7
(the next block in the trigger model).
Also see
On event block (on page 3-88)