Keithley 2450 Reference Manual page 194

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
Section 3: Functions and features
Using SCPI commands:
The SCPI configuration list query command returns a list of TSP commands that could be used to set
the parameters stored in the specified configuration point.
To view a list of commands in configuration point 3 in a source configuration list named
MyConfigList, send the command:
:SOURce:CONFiguration:LIST:QUERY? "MyConfigList"
For a measure configuration list, replace :SOURce with :SENSe.
Using TSP commands:
The TSP configuration list query commands return a list of TSP commands that were used to set the
settings stored in the specified configuration point.
To print a list of commands in configuration point 3 in a source configuration list named
MyConfigList, send the command:
print(smu.source.configlist.query("MyConfigList", 3))
For a measure configuration list, replace source with measure.
Deleting a configuration list
This section describes how to delete a specific point on a configuration list, and how to delete an
entire list.
Using SCPI commands to delete a specific configuration point or entire configuration list:
To delete configuration point 8 in a source configuration list named MySourceList, send the
following command specifying the index.
:SOURce:CONFiguration:LIST:DELete "MySourceList", 8
To delete the entire source configuration list named MySourceList, send the following command:
:SOURce:CONFiguration:LIST:DELete "MySourceList"
For a measure configuration list, replace :SOURce with :SENSe.
Using TSP commands:
To delete configuration point 8 from a source configuration list named MyConfigList, send the
command:
smu.source.configlist.delete("MyConfigList", 8)
For a measure configuration list, replace source with measure.
To delete an entire source configuration list named MyConfigList, send the command:
smu.source.configlist.delete("MyConfigList")
For a measure configuration list, replace source with measure.
Viewing the available configuration lists
You can use remote commands to view the names of the configuration lists stored on the instrument.
2450-901-01 Rev. B/September 2013
3-49

Advertisement

Table of Contents
loading

Table of Contents