High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-215
Example
Terminates all commands related to the trigger model on the
Also see
Effect of GPIB line events on 2470 (on page 2-14)
Aborting the trigger model (on page 8-52)
Trigger model (on page 8-27)
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 14-215)
trigger.model.getbranchcount()
This function returns the count value of the trigger model counter block.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.model.getbranchcount(blockNumber)
The sequence of the block in the trigger model
Details
This command returns the counter value. When the counter is active, this returns the present count. If
the trigger model has started or is running but has not yet reached the counter block, this value is 0.