8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-132 2450-901-01 Rev. B/September 2013
smu.source.configlist.size()
This command returns the number of configuration points in a source configuration list.
Type TSP-Link accessible Affected by Where saved
Default value
Instrument reset
Power cycle
Source configuration list
Usage
smu.source.configlist.size(listName)
smu.source.configlist.size(listName, point)
A string that represents the name of a source configuration list
A specific configuration point in the configuration list
Details
The size of the list is equal to the number of configuration points in a configuration list.
Example
print(smu.source.configlist.size("MyScrList"))
Determine the number of configuration
points in a source configuration list
named MyScrList.
Example output:
Also see
Configuration lists (on page 3-33)
smu.source.configlist.create() (on page 8-129)
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, point)
A string that represents the name of a source configuration list
A specific configuration point in the configuration list