4: Sourcing and measuring 2470 High Voltage SourceMeter Instrument
4-104 2470-901-01 Rev. A / May 2019
Determining the size of a configuration list
You can view the number of configuration indexes that are in a specific configuration list.
Using SCPI commands:
To view the number of configuration indexes in a source configuration list named MyConfigList,
send the following command:
:SOURce:CONFiguration:LIST:SIZE? "MyConfigList"
For a measure configuration list, replace :SOURce with :SENSe.
Using TSP commands:
To view the number of configuration indexes in a source configuration list named MyConfigList,
send the following command:
smu.source.configlist.size("MyConfigList")
For a measure configuration list, replace source with measure.
Saving a configuration list
Configuration lists are lost when you turn the instrument off and turn it on again or if you reset the
instrument. Save a configuration list by creating a configuration script (with TSP command
createconfigscript() or front panel) or using the *SAV and *RCL commands (SCPI).
A
configuration script saves the settings of the instrument, including all defined source and measure
configuration lists. See Saving setups (on page 3-45
) for additional information.