8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-204 2450-901-01 Rev. B/September 2013
trigger.model.setblock() — trigger.BLOCK_CONFIG_RECALL
This attribute recalls the system settings that are stored in a measure or source configuration list.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_RECALL, configurationList)
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_RECALL,
configurationList, index)
The sequence of the block in the trigger model
The configuration list to recall
The point in the configuration list to recall; default is 1
Details
When the trigger model reaches a configuration recall building block, the settings in the specified configuration
list are recalled.
You can restore a specific set of configuration settings in the configuration list by defining the index.
Example
trigger.model.setblock(3, trigger.BLOCK_CONFIG_RECALL, "measTrigList", 5)
Configure trigger block 3 to load index point 5 from the configuration list named measTrigList.
Also see
Configuration lists (on page 3-33)