Section 12: SCPI command reference
2470 High Voltage SourceMeter Instrument Reference Manual
12-158
2470-901-01 Rev. A /
May
2019
:TRIGger:BLOCk:CONFig:NEXT
This command recalls the settings at the next index of a source or measure 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:NEXT <blockNumber>, "<configurationList>"
:TRIGger:BLOCk:CONFig:NEXT <blockNumber>, "<configurationList>",
"<configurationList2>"
<blockNumber>
The sequence of the block in the trigger model
<configurationList>
A string that defines the source or measure configuration list to recall
<configurationList2>
The second source or measure configuration list from which to recall
settings; the type must be opposite of
<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 if a single configuration list is specified. If both measure
and source configuration lists are specified, measure and source settings are recalled from the next
index in each list. The index numbers recalled may not match; it depends on the number of indexes in
each list and what index number each list is on.
The first time the trigger model encounters this block for a specific configuration list, the first index is
recalled if the list has not already had an index recalled by the recall block command in an earlier
trigger model block. If the configuration list has recalled an index with the recall block, the next index
in the list is recalled instead of the first. For example, the recall block recalls index 1 by default, so if
the trigger model uses a recall block before this one, the first time the next block is reached after that
recall, index 2 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 lists must be defined before you can use this block.
If you use a second configuration list, it must be the opposite type of configuration list. For example, if
the first configuration list is a measure list, the second configuration list must be a source list.
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