Section 6: SCPI command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
6-192
DMM7510-901-01 Rev. B / May 2015
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
TRIG:BLOC:CONF:NEXT 12, "SETTINGS_LIST"
Set trigger block 12 to restore the settings
from the next index that is stored in the
configuration list
SETTINGS_LIST
.
Also see
(on page 3-37)
:TRIGger:BLOCk:CONFig:PREVious
This command defines a trigger model block that recalls the settings stored at the previous index in a
configuration list.
Type
Affected by
Where saved
Default value
Command only
Recall settings
Instrument reset
Power cycle
Save settings
Not applicable
Usage
:TRIGger:BLOCk:CONFig:PREVious <blockNumber>, "<configurationList>"
<blockNumber>
The sequence of the block in the trigger model
<configurationList>
The configuration list from which to recall settings
Details
The Config List Prev building block defines a trigger model block that recalls the settings stored at the
previous index in a configuration list.
The configuration list previous index trigger block type recalls the previous index in a configuration
list. It configures the 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.
The first time the trigger model encounters this block, the last index in the configuration list is recalled.
Each subsequent time trigger model execution reaches a configuration list previous block for this
configuration list, it goes backward one index. When the first index in the list is reached, it goes to the
last index in the configuration list.
You must create the configuration list before you can define it in this building block.