8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
8-182 2461-901-01 A/November 2015
smu.source.configlist.store()
This function stores the active source settings into the named configuration list.
Type TSP-Link accessible Affected by
Where saved Default value
Instrument reset
Power cycle
Source configuration list
Usage
smu.source.configlist.store(listName)
smu.source.configlist.store(listName, index)
A string that represents the name of a source configuration list
A number that defines a specific configuration index in the configuration list
Details
Use this command to store the active source settings to a configuration index in a configuration list. If
the index is defined, the configuration list is stored in that index. If the index is not defined, the
configuration index is appended to the end of the list. If a configuration index already exists for the
specified index, the new configuration overwrites the existing configuration index.
Refer to Instrument settings stored in a source configuration list (on page 3-35) for information about
the settings this command stores.
Example
smu.source.configlist.store("MyConfigList")
Store the active settings of the instrument to
the source configuration list
MyConfigList. Settings are saved at the
end of the list since no index parameter is
smu.source.configlist.store("MyConfigList", 5)
Store the active settings of the instrument to
configuration index 5 on the source
configuration list
.
Also see
None