7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-143
dmm.measure.configlist.size()
This function returns the size (number of configuration indexes) of a measure configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
dmm.measure.configlist.size(listName)
A string that represents the name of a measure configuration list
Details
This command returns the size (number of configuration indexes) of a measure configuration list.
The size of the list is equal to the number of configuration indexes in a configuration list.
Example
print(dmm.measure.configlist.size("testMeasList"))
Returns the number of configuration
indexes in a measure configuration
list named testMeasList.
Example output:
Also see
Configuration lists (on page 3-37)
dmm.measure.configlist.create() (on page 8-139)
dmm.measure.configlist.store()
This function stores the active measure settings into the named configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
dmm.measure.configlist.store(listName)
dmm.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