Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-203
trigger.model.setblock() — trigger.BLOCK_CONFIG_PREV
This command defines a trigger model block that recalls the settings stored at the previous index point in a
measure or source configuration list.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_PREV, configurationList)
The sequence of the block in the trigger model
The configuration list from which to recall settings
Details
The configuration list previous index trigger block type recalls the previous index point in a configuration list. It
configures the source or measure settings of the instrument based on the settings at that index. The trigger
model executes the settings at that index before the next block is executed.
Each time the trigger model reaches a configuration list previous block, it goes backward one index point. When
the first point in the list is reached, it goes to the last index point in the configuration list.
Example
trigger.model.setblock(8, trigger.BLOCK_CONFIG_PREV, "measTrigList")
Configure trigger block 8 to load the previous index point in the configuration list named measTrigList.
Also see
Configuration lists (on page 3-33)