108
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_getting_started_step2_ac.fm
Step 2: Configure Test Set and Mobile Station Parameters
Step 2: Configure Test Set and Mobile Station Parameters
Configure the Test Set Parameters
The programming example below illustrates several cell configurations along with specifications to the setup
of the generated code channels.
252 !*****************************************************************
253 ! SET UP CALL PARAMETERS
254 !*****************************************************************
255 !
256 DISP “Setting up Test Set Parameters”
257 OUTPUT Testset;”DISP:MODE FAST”
258 OUTPUT Testset;”CALL:OPER:MODE CALL”
270 OUTPUT Testset;”CALL:SYST “;Systype$
280 OUTPUT Testset;”CALL:BAND “;Band$
290 OUTPUT Testset;”CALL:CHAN “;Channel
300 OUTPUT Testset;”CALL:POW -50”
310 OUTPUT Testset;”CALL:SID “;Sid
320 OUTPUT Testset;”CALL:NID “;Nid
330 OUTPUT Testset;”CALL:RCON “;Radio_config$
340 OUTPUT Testset;”CALL:SOPT “;Service_opt$
350 OUTPUT Testset;”CALL:PROT PREV6”
360 OUTPUT Testset;”CALL:PAG:DRAT FULL”
370 OUTPUT Testset;”CALL:PIL -7”
380 OUTPUT Testset;”CALL:SYNC -16”
390 OUTPUT Testset;”CALL:PAG -12”
400 OUTPUT Testset;”CALL:FCH -15.6”
401 !
402 OUTPUT Testset;”SYST:SYNC?”
403 ENTER Testset;Syst_sync$
420
Configure the Mobile Station Parameters
There are no mobile station parameters configured in this program example.