8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
8-142 2461-901-01 A/November 2015
smu.measure.configlist.store()
This function stores the active measure or digitize 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 or digitize settings to a configuration index in a
configuration list. If the index parameter is not provided, the configuration index will append to the
end of the list. The index will only store the active settings for a single active measure or digitize
function.
A measure configuration list can store measure or digitize settings. If the active function is a digitize
function, digitize settings are saved. When the index is queried with the
smu.measure.configlist.query() command, digitize settings and their values are listed, but
measure settings are listed as not being used. Similarly, if the active function is a measure function,
measure settings are saved. When the index is queried, the measure settings and their values are
listed, but the digitize settings are listed as not used.
Configuration lists are not saved when the instrument is turned off. 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 3-33) 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 3-30)
smu.measure.configlist.create() (on page 8-136)