106
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_getting_started_step1_ac.fm
Step 1: Set up the Test Set
Step 1: Set up the Test Set
This step explains how to:
• “Fully Preset the Test Set”
• “Declare Variables, Set Path Losses and Timeouts, Activate GPIB Debugger”
Fully Preset the Test Set
To set up the test set, you begin by sending the *RST and *OPC commands along with a global timeout. The
*RST command is used to perform a full reset of the test set, returning it to a known state. The *OPC
command clears all status registers to assure accurate query functionality.
31 CLEAR SCREEN
40 Testset=714
41 !
42 !*****************************************************************
43 ! PRESET TEST SET
44 !*****************************************************************
45 !
46 OUTPUT Testset;”*RST”
47 OUTPUT Testset;”*OPC?”
48 ENTER Testset;Opc$
49 !