8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-130 2450-901-01 Rev. B/September 2013
smu.source.configlist.delete()
This command deletes a source configuration list.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.source.configlist.delete(listName)
smu.source.configlist.delete(listName, point)
A string that represents the name of a source configuration list
The number identifying 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.source.configlist.delete("mySourceList")
Deletes a configuration list named
mySourceList.
smu.source.configlist.delete("mySourceList", 14)
Deletes delete configuration point 14 in
the source configuration list named
Also see
Configuration lists (on page 3-33)
smu.source.configlist.create() (on page 8-129)
smu.source.configlist.query()
This function returns a list of TSP commands that represent the parameters that are stored in the specified
configuration point.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.source.configlist.query(listName)
smu.source.configlist.query(listName, point)
smu.source.configlist.query(listName, point, fieldSeparator)
A string that represents the name of a source configuration list
A specific configuration point in the configuration list; the default is the first point in
the configuration list
String that represents the separator for the data; use one of the following:
• Comma (default): ,
• Semicolon: ;
•