High Voltage SourceMeter Instrument Reference Manual Section 14:
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
Usage
smu.measure.configlist.query("listName", index)
smu.measure.configlist.query("listName", index, "fieldSeparator")
A string that represents the name of a measure configuration list
A number that defines a specific configuration index in the configuration list
String that represents the separator for the data; use one of the following:
ï‚§ Comma (default): ,
ï‚§ Semicolon: ;
ï‚§ New line:
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.000000e+00
smu.measure.limit[1].low.value = -1.000000e+00
smu.measure.limit[2].autoclear = smu.ON
smu.measure.limit[2].enable = smu.OFF
smu.measure.limit[2].high.value = 1.000000e+00
smu.measure.limit[2].low.value = -1.000000e+00
smu.measure.math.enable = smu.OFF
smu.measure.math.format = smu.MATH_PERCENT
smu.measure.math.mxb.bfactor = 0.000000e+00
smu.measure.math.mxb.mfactor = 1.000000e+00
smu.measure.math.percent = 1.000000e+00