8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-202 2450-901-01 Rev. B/September 2013
trigger.model.setblock() — trigger.BLOCK_CONFIG_NEXT
This attribute recalls the settings at the next index point of a source or measure configuration list.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_NEXT, configurationList)
The sequence of the block in the trigger model
The configuration list from which to recall settings
Details
When the trigger model reaches a configuration recall next building block, the settings at the next index point in a
configuration list are restored.
Each time this block is encountered, the settings at the next index point in the configuration list are recalled and
take effect before the next step executes. When the last index point in the list is reached, it returns to the first
point.
Example
trigger.model.setblock(5, trigger.BLOCK_CONFIG_NEXT, "measTrigList")
Configure trigger block 5 to load the next index point in the configuration list named
.
Also see
Configuration lists (on page 3-33)