Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-284
DMM7510-901-01 Rev. B / May 2015
trigger.model.abort()
This function stops all trigger model commands on the instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.model.abort()
Details
When this command is received, the instrument stops the trigger model.
Example
trigger.model.abort()
Terminates all commands related to the trigger model on
the instrument.
Also see
Effect of GPIB line events on Model DMM7510
(on page 2-69)
(on page 3-76)
trigger.model.getblocklist()
This function returns the settings for all trigger model blocks.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.model.getblocklist()
Details
This returns the settings for the trigger model.
Example
print(trigger.model.getblocklist())
Returns the settings for the trigger model. Example output is:
1) BUFFER_CLEAR BUFFER: defbuffer1
2) MEASURE BUFFER: defbuffer1 COUNT: 1
3) BRANCH_COUNTER VALUE: 5 BRANCH_BLOCK: 2
4) DELAY_CONSTANT DELAY: 1.000000000
5) BRANCH_COUNTER VALUE: 3 BRANCH_BLOCK: 2
Also see
trigger.model.getbranchcount()
(on page 8-285)