8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-94 2450-901-01 Rev. B/September 2013
smu.measure.configlist.query()
This function returns a list of TSP commands that represent the parameters that are stored in the specified
configuration point.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smu.measure.configlist.query(listName, point)
A string that represents the name of a measure configuration list
A specific configuration point in the configuration list query
Details
This command can only return data for one configuration point. To get data for additional configuration points,
send the command specifying different configuration points each time.
For additional information about the attributes this command returns, see Instrument settings stored in a
measure configuration list (on page 3-36).
Example
print(smu.measure.configlist.query("testMeasList", 2))
Returns the TSP commands that represent the settings in configuration point 2.
Example output:
smu.source.func = smu.FUNC_DC_VOLTAGE, smu.source.autorange = smu.OFF,
smu.source.range = 2.000000e+01, smu.source.offmode = smu.OFFMODE_NORMAL,
smu.source.level = 4.000000e+00, smu.source.autodelay = smu.ON,
smu.source.readback = smu.ON, smu.source.highc = smu.OFF, smu.source.ilimit.level
= 1.050000e-04, smu.source.protect.level = smu.PROTECT_NONE,
smu.source.userdelay[1] = 0.000000e+00, smu.source.userdelay[2] = 0.000000e+00,
smu.source.userdelay[3] = 0.000000e+00, smu.source.userdelay[4] = 0.000000e+00,
smu.source.userdelay[5] = 0.000000e+00, smu.source.output = smu.OFF,
Also see
Configuration lists (on page 3-33)
smu.measure.configlist.create() (on page 8-92)