14: TSP command reference 2470 High Voltage SourceMeter Instrument
14-120 2470-901-01 Rev. A / May 2019
Also see
Configuration lists (on page 4-83)
createconfigscript() (on page 14-46)
smu.measure.configlist.create() (on page 14-115)
smu.measure.configlist.store()
This function stores the active measure settings into the named configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.store("listName")
smu.measure.configlist.store("listName", index)
A string that represents the name of a measure configuration list
A number that defines a specific configuration index in the configuration list
Details
Use this command to store the active measure settings to a configuration index in a configuration list.
If the index parameter is not provided, the new settings are appended to the end of the list. The index
only stores the active settings for a single active measure function.
Configuration lists are not saved when the instrument is turned off or reset. To save a configuration
list, create a configuration script to save instrument settings, including any defined configuration lists.
Refer to Instrument settings stored in a measure configuration list (on page 4-86
) for a complete list of
measure settings that the instrument stores.
Example
smu.measure.configlist.store("MyConfigList")
Stores the active settings of the
instrument to the end of the configuration
list
.
smu.measure.configlist.store("MyConfigList", 5)
Stores the active settings of the
instrument to configuration index 5 in the
measure configuration list
.
Also see
Configuration lists (on page 4-83)
createconfigscript() (on page 14-46)
smu.measure.configlist.create() (on page 14-115)