1
Introduction to Programming
8
U2300A Series USB DAQ Programming Guide
ROUTe:CLOSe (@<ch_list>)
INPut:IMPedance:AUTO <mode> [,(@<ch_list>)]
As shown above, the
<ch_list>
parameter is optional for some
commands (as indicated by square brackets). If you omit the
<ch_list>
parameter, the command will be applied to the internal DMM.
The following command closes channel 10 on the module in slot 3.
ROUTe:CLOSe (@3010)
The following command closes channels 10, 12, and 15 on the module in
slot 2.
ROUTe:CLOSe (@2010,2012,2015)
The following command closes channels 5 through 10 (slot 1) and channel
15 (slot 2). When you specify a range of channels, any channels that are
invalid will be ignored (no error will be generated) but the first and last
channel in the range must be valid.
ROUTe:CLOSe (@1005:1010,2015)
The Analog Bus relays (numbered s911, s912, s913, etc.) on the
multiplexer and matrix modules are ignored if they are included in a
range of channels. An error will be generated if an Analog Bus relay is
specified as the first or last channel in a range of channels. For example,
the following command closes all valid channels between channel 30 (slot
1) and channel 5 (slot 2). In addition, this command closes Analog Bus
relay 911 on the module in slot 1 (Bank 1). Note that although the
specified range of channels includes the other Analog Bus relays, they are
ignored and are not closed by this command.
ROUTe:CLOSe (@1030:2005,1911)
The following command will generate an error since the Analog Bus relays
cannot be specified as the first or last channel in a range of channels
(none of the channels will be closed).
ROUTe:CLOSe (@1005:1911) !Generates an error
Summary of Contents for U2300A Series
Page 8: ...VIII U2300A Series USB DAQ Programming Guide Contents ...
Page 18: ...1 Introduction to Programming 10 U2300A Series USB DAQ Programming Guide ...
Page 40: ...5 CONFigure Subsystem 32 U2300A Series USB DAQ Programming Guide ...
Page 60: ...6 IEEE 488 Common Command 52 U2300A Series USB DAQ Programming Guide ...
Page 70: ...7 MEASure Subsystem 62 U2300A Series USB DAQ Programming Guide ...
Page 84: ...8 OUTPut Subsystem 76 U2300A Series USB DAQ Programming Guide ...
Page 92: ...9 Root Commands 84 U2300A Series USB DAQ Programming Guide ...
Page 104: ...10 ROUTe Subsystem 96 U2300A Series USB DAQ Programming Guide See Also ROUTe CHANnel RSouRCe ...
Page 130: ...11 SENSe Subsystem 122 U2300A Series USB DAQ ...
Page 162: ...15 WAVeform Subsystem 154 U2300A Series USB DAQ Programming Guide ...
Page 168: ...16 Error Messages 160 U2300A Series USB DAQ Programming Guide ...