Agilent Technologies Agilent E5250A Switch User Manual


 
Agilent E5250A User’s Guide, Edition 9 6-21
Programming the E5250A
Programming Examples
150 OUTPUT @Hp5250;":ROUT:COUP:PORT ALL,'3,5'"
160 OUTPUT @Hp5250;":ROUT:COUP:STAT ALL,ON"
170 !
180 OUTPUT @Hp5250;":ROUT:CLOS "&Channel$
190 OUTPUT @Hp5250;"*OPC?"
200 ENTER @Hp5250;Complete
210 !
220 ! Put Measurement Routine here
230 !
240 OUTPUT @Hp5250;":ROUT:OPEN:CARD ALL"
250 OUTPUT @Hp5250;"*OPC?"
260 ENTER @Hp5250;Complete
270 !
280 OUTPUT @Hp5250;"*RST"
290 !
300 END
Line
Number
Description
150 Sets up SMU3&4 and SMU5&6 input ports as Couple Ports.
160 Turns on the Couple Port mode.
180 Closes relays to create channels specified by Channel$.
190 to 200 Waits until the relay close operation is completed.
220 Here, insert measurement routine for your measurement
instrument.
240 to 260 Opens all relays, and waits until open operation is completed.
280 Resets the E5250A.