Step 3: Set the Measurement Parameters

Step 3: Set the Measurement Parameters

Last updated: December 3, 2008

This step gives an example of how you can configure measurement parameters. For more information about measurement parameters, refer to Step 3: Set Measurement Parameters .

 
1080  ! Configure ORFS Measurement for both GSM and GPRS:
1090  !
1100  OUTPUT Test_set;"SET:ORFS:TIM 20"! Set timeout time.
1110  ! Put switching and modulation offsets to be tested into string
1120  ! variables.  Swit$ contains switching offsets.  Mod$ contains
1130  ! modulation offsets.
1140  Swit$=".4MHZ,-.4MHZ,.6MHZ,-.6MHZ,1.2MHZ,-1.2MHZ,1.8MHZ,-1.8MHZ"
1150  Mod$=".4MHZ,-.4MHZ,.6MHZ,-.6MHZ,1.2MHZ,-1.2MHZ,1.8MHZ,-1.8MHZ"
1160  OUTPUT Test_set;"SET:ORFS:SWIT:COUN 20"
1170  OUTPUT Test_set;"SET:ORFS:SWIT:FREQ "&Swit$
1180  OUTPUT Test_set;"SET:ORFS:MOD:COUN 10;FREQ "&Mod$
1190  OUTPUT Test_set;"SET:ORFS:MOD:FREQ "&Mod$
1200  !
1210  ! Configure Power vs. Time Measurement for GSM and GPRS:
1220  !
1230  OUTPUT Test_set;"SET:PVT:TIM 10;COUN 5"
1240  Pvt$="-28us,-10us,321.2us,552.8us,570.8us"
1250  OUTPUT Test_set;"SET:PVT:TIME "&Pvt$
1260  !
1270  ! Configure Phase & Frequency Error Measurement for GSM and GPRS:
1280  !
1290  OUTPUT Test_set;"SET:PFER:COUN 10;TIM 5"
1300  OUTPUT Test_set;"SET:PFER:SYNC MID"
1310  !
1320  ! Configure Block Error Rate Measurement for GPRS
1330  OUTPUT Test_set;"SET:BLER:TIM 200;COUN 2000"