Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-93
smu.measure.configlist.delete()
This command deletes a measure configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.delete(listName)
smu.measure.configlist.delete(listName, point)
The name of the configuration list
The number that identifies a specific configuration point on the configuration list to
delete
Details
Deletes a configuration list. If the point parameter is not specified, the entire configuration list is deleted. If the
point parameter is specified, only the specified configuration point in the list is deleted.
Example
smu.measure.configlist.delete("myMeasList")
Delete a measure configuration list named
myMeasList.
smu.measure.configlist.delete("myMeasList", 2)
Delete configuration point 2 from the measure
configuration list named myMeasList.
Also see
Configuration lists (on page 3-33)
smu.measure.configlist.create() (on page 8-92)