R3765/67G Series Network Analyzer Operation Manual
7.16 Communication with Peripheral Devices
7-165
• Program example
Waiting time for measurement:
Represents [READY].
During measurement operation:
Represents [MEAS].
10 OUTPUT 35 ; 80
20 OUTPUT 35 ; 112 [READY], [MEAS] turns OFF.
Network analyzer initial setup
100 OUTPUT 35 ; 48 [READY] turns ON.
110 ENTER 34 ; A
120 IF A < > 1 THEN GOTO 110 Recognition of Trigger SW
130 OUTPUT 35 ; 112 [READY] turns OFF.
Measurement routine
500 OUTPUT 35 ; 80 [MEAS] turns OFF.
510 GOTO 100 When repeating the measurement
520 STOP
............