Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-161
An error is generated if:
•
The specified channel or channel pattern is invalid.
•
The channel number does not exist for the slot specified.
•
The channel pattern does not exist.
•
The specified channel does not support being closed (like a digital I/O channel).
•
More than one channel or channel pattern is specified.
•
The channel is paired with another bank for a multi-wire application.
•
The channel is an analog backplane relay.
•
The channel configuration is set to nofunction.
Once an error is detected, the command stops processing. Channels and DMM settings remain
unchanged.
Example
dmm.setconfig("3003", "tempMeasure")
dmm.close('3003')
Close channel 3 on slot 3 and prepare the
DMM for measuring temperature with
tempMeasure
settings.
dmm.setconfig("channelDCV", "dcvolts")
dmm.close("channelDCV")
Close a channel pattern called
channelDCV
and prepare DMM for measuring DC volts at
factory default settings.
Also see
(on page 11-54)
(on page 11-72)
(on page 11-87)
(on page 11-181)
(on page 11-211)
dmm.configure.catalog()
This function creates an iterator for user-created DMM configurations.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
for
name
in dmm.configure.catalog() do … end
name
A string representing the name of a user-created DMM configuration.
Details
You can access the catalog for user DMM configurations to print or delete all configurations in the
run-time environment.
The entries are enumerated in no particular order. This only lists user-created DMM configurations; it
does not list the factory default configurations.