7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-141
dmm.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
dmm.measure.configlist.query(listName, index)
dmm.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: ;
•
Details
This command returns data for one configuration index.
Example
print(dmm.measure.configlist.query("testMeasList", 2, "\n"))
Returns the TSP commands and parameter settings that represent the settings in configuration index 2.
Partial example output:
dmm.measure.func = dmm.FUNC_AC_VOLTAGE
dmm.measure.unit = dmm.UNIT_VOLT
dmm.measure.range = 10
dmm.measure.autorange = dmm.ON
dmm.measure.autozero.enable = dmm.ON
dmm.measure.autodelay = dmm.DELAY_ON
dmm.measure.bias.level is not used
dmm.measure.detectorbandwidth = dmm.DETECTBW_30HZ
dmm.measure.displaydigits = dmm.DIGITS_6_5
dmm.measure.dbreference = 1
dmm.measure.drycircuit = dmm.OFF
dmm.measure.filter.enable = dmm.OFF
dmm.measure.filter.count = 10
dmm.measure.filter.type = dmm.FILTER_REPEAT_AVG
dmm.measure.filter.window = 0.1
Also see
Configuration lists (on page 3-37)
dmm.measure.configlist.create() (on page 8-139)