2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-117
smu.measure.configlist.query()
This function returns a list of TSP commands and parameter settings that are stored in the specified configuration
index.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
smu.measure.configlist.query("
listName
",
index
)
smu.measure.configlist.query("
listName
",
index,
"
fieldSeparator
")
listName
A string that represents the name of a measure configuration list
index
A number that defines a specific configuration index in the configuration list
fieldSeparator
String that represents the separator for the data; use one of the following:
Comma (default):
,
Semicolon:
;
New line:
\n
Details
This command recalls data for one configuration index.
For additional information about the information this command recalls when using a configuration list
query command, see
Instrument settings stored in a measure configuration list
(on page 4-86).
Example
print(smu.measure.configlist.query("testMeasList", 2, "\n"))
Returns the TSP commands and parameter settings that represent the settings in configuration index 2.
Example output:
smu.measure.func = smu.FUNC_DC_CURRENT
smu.measure.range = 1.000000e-08
smu.measure.autorange = smu.ON
smu.measure.autorangelow = 1.000000e-08
smu.measure.autozero.enable = smu.ON
smu.measure.displaydigits = smu.DIGITS_5_5
smu.measure.filter.enable = smu.OFF
smu.measure.filter.count = 10
smu.measure.filter.type = smu.FILTER_REPEAT_AVG
smu.measure.limit[1].autoclear = smu.ON
smu.measure.limit[1].enable = smu.OFF
smu.measure.limit[1].high.value = 1.00
smu.measure.limit[1].low.value = -1.00
smu.measure.limit[2].autoclear = smu.ON
smu.measure.limit[2].enable = smu.OFF
smu.measure.limit[2].high.value = 1.00
smu.measure.limit[2].low.value = -1.00
smu.measure.math.enable = smu.OFF
smu.measure.math.format = smu.MATH_PERCENT
smu.measure.math.mxb.bfactor = 0.00
smu.measure.math.mxb.mfactor = 1.00
smu.measure.math.percent = 1.00