Starting Download..
save Save

8110A Cursor Programming

8110A Cursor programming

10 ! Shows how 8110A display can be controlled and so

20 ! allow an operator to change a value as in guided

30 ! calibration procedures.

40 CLEAR SCREEN

50 ASSIGN @Pg TO 710

60 !

70 CLEAR @Pg

80 OUTPUT @Pg;"*RST"

90 WAIT 1

100 LOCAL 7

110 OUTPUT @Pg;":SYST:KEY 19" ! Shift

120 OUTPUT @Pg;":SYST:KEY 5" ! 5 key (selects DELAY)

130 OUTPUT @Pg;":SYST:KEY 1" !8110A cursor highlights

140 ! Ch1 delay. Display may show all parameters

150 ! of Ch1 or timing parameters of both channels.

160 PAUSE ! Add dialog "OK to continue, etc" here.

170 OUTPUT @Pg;":SYST:KEY 19" !Shift

180 OUTPUT @Pg;":SYST:KEY 3" !3 key (selects HIGH)

190 OUTPUT @Pg;":SYST:KEY 1" !8110A cursor highlights

200 ! Ch1 high level. Display may show all parameters

210 ! of Ch1 or output paramenters of both channels.

220 PAUSE ! Add dialog "OK to continue, etc" here.

230 REMOTE 7

240 END

Was this helpful?


Didn't find what you're looking for?