2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-119
Each index contains the settings for the selected function of that index. Settings for other functions
are not affected when the configuration list index is recalled. A single index stores the settings
associated with a single measure function.
Note:
To recall a source configuration list separately (not with this command), recall the source
configuration list before the measure configuration list. This order ensures that dependencies
between source and measure settings will be properly handled.
This command recalls data for one configuration index from the specified measure configuration list
and from the source configuration list (if specified).
For additional information about the information this command recalls when using a configuration list
query command, see
Instrument settings stored in a measure configuration list
(on page 4-86).
Example
smu.measure.configlist.recall("MyMeasList")
Because an index was not specified, this
command recalls configuration index 1 from a
configuration list named
MyMeasList
.
smu.measure.configlist.recall("MyMeasList", 5)
Recalls configuration index 5 in a
configuration list named
MyMeasList
.
Also see
(on page 14-46)
smu.measure.configlist.create()
(on page 14-115)
smu.measure.configlist.store()
(on page 14-120)
smu.measure.configlist.size()
This function returns the size (number of configuration indexes) of a measure configuration list.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
indexCount
= smu.measure.configlist.size("
listName
")
indexCount
A number that represents the total count of indexes stored in the specified measure
configuration list
listName
A string that represents the name of a measure configuration list
Details
This command returns the size (number of configuration indexes) of a measure configuration list.
The size of the list is equal to the number of configuration indexes in a configuration list.
Example
print(smu.measure.configlist.size("testMeasList"))
Returns the number of configuration indexes in a measure configuration list named
testMeasList
.
Example output:
1