Agilent Technologies 87130A Switch User Manual


 
Agilent 87130A Operating and Service Manual 4-41
Remote Operation
:DRIVe
Example Query ROUTE:DRIVE:ON? (@101,103,105);
This command returns a list of 1s and 0s, separated by commas, depending
on whether drive is on or off for the indicated channels.
If it is on for channels 101 and 105 and off for 103, the switch driver will
return:
1,0,1
ROUTE:DRIVE:OFF? (@101,103,105)
This command returns a list of 1s and 0s, separated by commas, depending
on whether drive is on or off for the indicated channels.
If it is on for channels 101 and 105 and off for 103, the switch driver will
return:
0,1,0
The query form is not available when using a path name, due to the potential
for confusion between the first group and the second in the path.