Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-313
trigger.model.setblock() — trigger.BLOCK_CONFIG_NEXT
This function recalls the settings at the next index of a configuration list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Restore configuration
Instrument reset
Power cycle
Configuration script
Not applicable
Usage
trigger.model.setblock(
blockNumber
, trigger.BLOCK_CONFIG_NEXT,
configurationList
)
blockNumber
The sequence of the block in the trigger model
configurationList
A string that defines the configuration list to recall
Details
When trigger model execution reaches a configuration recall next block, the settings at the next index
in the specified configuration list are restored.
The first time the trigger model encounters this block for a specific configuration list, the first index is
recalled. Each subsequent time this block is encountered, the settings at the next index in the
configuration list are recalled and take effect before the next step executes. When the last index in
the list is reached, it returns to the first index.
The configuration list must be defined before you can use this block.
Example
trigger.model.setblock(5, trigger.BLOCK_CONFIG_NEXT, "measTrigList")
Configure trigger block 5 to load the next index in the configuration list named
measTrigList
.
Also see
(on page 3-37)
trigger.model.setblock() — trigger.BLOCK_CONFIG_PREV
This function defines a trigger model block that recalls the settings stored at the previous index in a configuration
list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Restore configuration
Instrument reset
Power cycle
Configuration script
Not applicable
Usage
trigger.model.setblock(
blockNumber
, trigger.BLOCK_CONFIG_PREV,
configurationList
)
blockNumber
The sequence of the block in the trigger model
configurationList
A string that defines the measure configuration list to recall