Agilent Technologies B2201A Switch User Manual


 
Agilent B2200 User’s Guide, Edition 2 5-29
SCPI Command Reference
[:ROUTe]:AGND:UNUSED
[:ROUTe]:AGND:UNUSED
This command specifies the ground-enabled input ports for the specified card.
When the Ground Mode is ON, the ground-enabled input ports that have not been
connected to any other port are connected to the input Ground Port. At *RST, no
input port is ground-enabled. The ground mode is set by
“[:ROUTe]:AGND[:STATe]”.
The query returns which input ports are ground-enabled.
NOTE The input ground port and a ground enabled input port cannot be assigned to the
same input port.
If the ground enabled input port and a couple port have been assigned to the same
input port, the ground mode and the couple mode cannot be used in parallel.
CAUTION Open the input ports set to this command. If any equipment is connected to the
ground-enabled input ports, turning the Ground Mode ON may cause damage in the
equipment.
Syntax [:ROUTe]:AGND:UNUSED card_number,'port_number'
[:ROUTe]:AGND:UNUSED? card_number
Query response port_number{, port_number} <newline><^END>
port_number = 1 to 8
Example OUTPUT @Agb2200;":ROUT:AGND:UNUSED 0,'5,6,7,8'"
OUTPUT @Agb2200;":ROUT:AGND:UNUSED? 0"
ENTER @Agb2200;A$
In this example, A$ will be 5,6,7,8.
Parameter Explanation
card_number For Auto Config mode: 0 or ALL
For Normal Config mode: 1, 2, 3, 4, or ALL
ALL is not available for query.
port_number Input port number: 1 to 8.
Enclose by single quotation marks. Separate multiple
input port numbers by comma. For example: '1,5'