Trigger.model.setblock() - Trigger.block_Config_Next; Trigger.model.setblock() - Trigger.block_Config_Prev - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
trigger.model.setblock() — trigger.BLOCK_CONFIG_NEXT
This function recalls the settings at the next index of a configuration list.
Type
TSP-Link accessible
Function
Yes
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_NEXT, configurationList)
blockNumber
configurationList
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
Configuration lists
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
Function
Yes
Usage
trigger.model.setblock(blockNumber, trigger.BLOCK_CONFIG_PREV, configurationList)
blockNumber
configurationList
DMM7510-901-01 Rev. B / May 2015
Affected by
Restore configuration
Instrument reset
Power cycle
(on page 3-37)
Affected by
Restore configuration
Instrument reset
Power cycle
Where saved
Configuration script
The sequence of the block in the trigger model
A string that defines the configuration list to recall
Where saved
Configuration script
The sequence of the block in the trigger model
A string that defines the measure configuration list to recall
Section 8: TSP command reference
Default value
Not applicable
Default value
Not applicable
8-313

Advertisement

Table of Contents
loading

Table of Contents