Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-118
2470-901-01 Rev. A /
May
2019
smu.measure.userdelay[1] = 0.00
smu.measure.userdelay[2] = 0.00
smu.measure.userdelay[3] = 0.00
smu.measure.userdelay[4] = 0.00
smu.measure.userdelay[5] = 0.00
smu.measure.nplc = 1.00
smu.measure.offsetcompensation = smu.OFF
smu.measure.sense = smu.SENSE_2WIRE
smu.terminals = smu.TERMINALS_FRONT
smu.measure.unit = smu.UNIT_AMP
smu.measure.rel.enable = smu.OFF
smu.measure.rel.level = 0.00
Also see
(on page 14-46)
smu.measure.configlist.create()
(on page 14-115)
smu.measure.configlist.recall()
This function recalls a configuration index in a measure configuration list and an optional source configuration list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu.measure.configlist.recall("
listName
")
smu.measure.configlist.recall("
listName
",
index
)
smu.measure.configlist.recall("
listName
",
index
, "
sourceListName
")
smu.measure.configlist.recall("
listName
",
index
, "
sourceListName
",
sourceIndex
)
listName
A string that represents the name of a measure configuration list
index
A number that defines a specific configuration index in the measure configuration list
sourceListName
A string that represents the name of a source configuration list
sourceIndex
A number that defines a specific configuration index in the source configuration list
Details
Use this command to recall the settings stored in a specific configuration index in a measure
configuration list. If you do not specify an index when you send the command, it recalls the settings
stored in the first configuration index in the specified measure configuration list.
You can optionally specify a source configuration list and index to recall with the measure settings. If
you do not specify a source index, the source index defaults to match the measure index. Specify a
measure and source list together with this command to allow the instrument to coordinate the
application of the settings in the two lists appropriately. If you do not need the source and measure
configuration lists coordinated, you can specify just the measure configuration list with this command
and use the
smu.source.configlist.recall()
(on page 14-156) command to recall source settings
separately in your application.
If you recall an invalid index (for example, calling index 3 when there are only two indexes in the
configuration list) or try to recall an index from an empty configuration list, an error message is
displayed.