Chapter 7 7-47
Programming Examples
Measurement Calibration Examples
2570 OUTPUT @Nwa;”ISOD;”
2580 DISP “COMPUTING CALIBRATION COEFFICIENTS”
2590 !
2600 ! Tell analyzer to compute full 2-port error coefficients.
2610 !
2620 OUTPUT @Nwa;”OPC?;SAV2;”
2630 ENTER @Nwa;Reply
2640 DISP “DONE”
2650 !
2660 ! Put analyzer back into continuous sweep so that you can verify
2670 ! the proper application of the error correction.
2680 !
2690 OUTPUT @Nwa;”CONT;”
2700 OUTPUT @Nwa;”BEEPDONEON;” ! Re-enable the beep
2710 LOCAL 7 ! Release HP-IB control
2720 END