8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-186 2450-901-01 Rev. B/September 2013
trigger.model.abort()
This function stops all trigger model commands on the instrument.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.model.abort()
Details
When this command is received, the Model 2450 stops the trigger model.
Example
Terminates all commands related to the trigger model on
the instrument.
Also see
Effect of GPIB line events on Model 2450 (on page 2-48)
Aborting the trigger model (on page 3-108)
trigger.model.getblocklist()
This attribute returns the settings for all trigger model building blocks.
Type TSP-Link accessible
Affected by Where saved Default value
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. A typical output is:
1) SOURCE_OUTPUT OUTPUT: ON
2) CONFIG_RECALL CONFIG_LIST: ampLevel INDEX: 1
3) DELAY_CONSTANT DELAY: 0.100000
4) MEASURE BUFFER: defbuffer1
5) CONFIG_RECALL CONFIG_LIST: biasLevel INDEX: 1
6) DELAY_CONSTANT DELAY: 0.200000
7) BRANCH_COUNTER VALUE: 19 BRANCH_BLOCK: 2
Also see
trigger.model.getbranchcount() (on page 8-187)