Agilent Technologies 87130A Switch User Manual


 
Agilent 87130A Operating and Service Manual 4-77
Remote Operation
Example Speed Calculation
780 ! See timing chart to predict when each relay will
790 ! open.
800 OUTPUT 709;ROUT:OPEN? (@100:104,108:111);
810 !
820 ! You turned sensing off for 104 thru 107, remember?
830 ! About OPEN?: you could still query for the entire
840 ! open list for channels 100 to 111. Channels 104 to
850 ! 107 would still report back 1,1,1,1.
860 ! The query :OPEN? (or :CLOSe?) queries the channel
870 ! list, not the relay. The switch
880 ! driver reports the state the switch should be in.
890 !
900 ENTER 709;Openl$
910 PRINT Openl$
920 !
930 ! Switch driver should respond with: 1,1,1,1,1,1,1,1,1
940 !
950 END
Figure 4-1 Timing Chart