8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-96 2450-901-01 Rev. B/September 2013
smu.measure.configlist.size()
This function returns the size (number of configuration points) of a measure configuration list.
Type TSP-Link accessible Affected by Where saved
Default value
Instrument reset
Power cycle
Measure configuration list
Usage
smu.measure.configlist.size(listName)
A string that represents the name of a measure configuration list
Details
This command returns the size (number of configuration points) of a measure configuration list.
The size of the list is equal to the number of configuration points in a configuration list.
Example
print(smu.measure.configlist.size("testMeasList"))
Print the size of a measure
configuration list named
testMeasList.
Example output:
Also see
Configuration lists (on page 3-33)
smu.measure.configlist.create() (on page 8-92)