175
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_gpower.fm
Programming a Gated Power Measurement
720 OUTPUT A;"CALL:FCH ";Traffic !Sets Traffic channel level
730 !
740 !***Obtain pass/fail measurement results***
750 OUTPUT A;"INITIATE:GPOWER" !Initiates a gated power measurement
760 DISP "Measuring gated power"
770 OUTPUT A;"FETCh:GPOWER?" !Queries the test set for gated power measurement results
780 DISP "Gated Power measurement completed"
790 ENTER A;Integrity,Passfail
800 SELECT Passfail !Assign pass/fail results to a string
810 CASE 0
820 Pass_fail$="PASSED"
830 CASE 1
840 Pass_fail$="FAILED"
850 END SELECT
860 PRINT "Integrity indicator = ";Integrity
870 PRINT "Gated power test results = ";Pass_fail$
880 !
990 OUTPUT A;"CALL:END" !Ends the call
1000 END
1010 Timeout: SUB Timeout ! Global timeout handler
1020 PRINT "Program timed out"
1030 CLEAR 7
1040 CLEAR 714
1050 SUBEND
Related Topics
“Gated Power Measurement Description”
“Gated Power Measurement Troubleshooting”