Agilent Technologies E8285A Video Games User Manual


 
282
S:\agilent\e8285\REFGUIDE\MANUAL\fields.chp
Chapter 4, Description of Fields
Fields
NOTE: If no values are displayed in the CDMA Mobile Reporting table, the query example shown
above will return only the line feed character.
Programming Example for Keep Field
10 ! RE-STORE "C:\WENDYL\READ_MRT"
20 CLEAR SCREEN
30 DIM Pil_str$[500]
40 OUTPUT 714;"CDMA:MOB:PIL:STR?"
50 ENTER 714;Pil_str$
60 Length=LEN(Pil_str$)
70 Num_pn=(Length+1) DIV 68 !Determine number of Pilots in the
table
80 FOR I=1 TO Num_pn
90 Stat(I)=VAL(Pil_str$[1;16])
100 PRINT "Pilot";I;"status is ";Stat(I)
110 Pnofst(I)=VAL(Pil_str$[18;16])
120 PRINT "Pilot";I;"PN Offset is";Pnofst(I)
130 Str(I)=VAL(Pil_str$[35;16])
140 PRINT "Pilot";I;"pilot strength is ";Str(I)
150 Keep(I)=VAL(Pil_str$[52;16])
160 PRINT "Pilot";I;"keep bit is ";Keep(I)
170 IF I<>Num_pn THEN
180 Pil_str$=Pil_str$[69,LEN(Pil_str$)] !Move to next Pilot in
the string
190 PRINT
200 END IF
210 NEXT I
220 END
Screens Where Field is Present
CDMA MOBILE REPORTED PILOT STRENGTH
Length
This field displays the total message length, in characters, of a SMS message
multiplied by the number entered in the Duplicate User Data field.
GPIB Example
“CDMA:SMS:TERM:DATA:LENG?”
queries the length of the current SMS message length.
Screens Where Field is Present
CDMA SHORT MESSAGE SERVICE