Agilent Technologies Agilent E5250A Switch User Manual


 
6-18 Agilent E5250A User’s Guide, Edition 9
Programming the E5250A
Programming Examples
160 !
170 ! Put Bias Source Control Routine here.
180 !
190 OUTPUT @Hp5250;":ROUT:CLOS "&Channel$
200 OUTPUT @Hp5250;"*OPC?"
210 ENTER @Hp5250;Complete
220 !
230 ! Put Measurement Routine here
240 !
250 OUTPUT @Hp5250;":ROUT:BIAS:STAT ALL,OFF"
260 OUTPUT @Hp5250;":ROUT:OPEN:CARD ALL"
270 OUTPUT @Hp5250;"*OPC?"
280 ENTER @Hp5250;Complete
290 !
300 OUTPUT @Hp5250;"*RST"
310 !
320 END
Line
Number
Description
170 Here, insert your bias source control routine.
190 Disconnects all output ports of block 1 from the input Bias Port,
then connects the output ports to the IV input port.
200 to 210 Waits until the channel connections are completed.
230 Here, insert measurement routine for your measurement
instrument.
250 Turns off the Bias Mode.
260 to 280 Opens all relays, then connects all output ports of block 1 to the
input Bias Port again, and waits until the connections are
completed.
300 Resets the E5250A.