Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-97
smu.measure.configlist.store()
This function stores the active measure settings into the named configuration list for measuring.
Type TSP-Link accessible Affected by Where saved
Default value
Instrument reset
Power cycle
Measure configuration list
Usage
smu.measure.configlist.store(listName)
smu.measure.configlist.store(listName, point)
The name of the measure configuration list
A specific configuration point in the configuration list
Details
Use this command to store the active source settings to a configuration point in a configuration list. If the point
parameter is not provided, the configuration point will append to the end of the list.
Refer to Instrument settings stored in a measure configuration list (on page 3-36
) for a complete list of measure
settings that the instrument stores in a measure configuration list.
Example
smu.measure.configlist.store("MyConfigList")
To store the instrument's active settings
to the measure configuration list
MyConfigList. Settings are saved at
the end of the list since no point
smu.measure.configlist.store("MyConfigList", 5)
To store the instrument's active settings
to configuration point 5 on the measure
configuration list
.
Also see
Configuration lists (on page 3-33)
smu.measure.configlist.create() (on page 8-92)
smu.measure.count
This attribute sets the number of measurements to be performed when a measurement is requested.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes
Restore configuration
Instrument reset
Configuration script 1
Usage
count = smu.measure.count
smu.measure.count = count
Number of readings (1 to 300,000)