719
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_ts_err_msg.fm
Error Messages
Error Messages
Error Message Descriptions
Description
Reading Error Messages
Each error message that is generated is recorded in either the error/event queue or the message log or both.
Error messages are shown in a message window at the center of the test set’s display.
When an error message is displayed an audio beep occurs, the beeper state of the test set can be set to on or off.
The error/event queue is read remotely using the SYSTem:ERRor? query. The error/event queue is able to hold
100 messages. To read the entire error/event queue use the following program.
10 DIM Err_msg$[255]
20 REPEAT
30 OUTPUT 714;”SYSTEM:ERROR?”
40 ENTER 714; Err_num,Err_msg$
50 PRINT Err_num,Err_msg$
60 UNTIL Err_num = 0
The message log may be viewed on the test set’s display by pressing the SYSTEM CONFIG screen’s Message
Log key. The message log can display up to 24 entries over two pages.
“Fixed Timer Messages” on page 722
“Manual User Error Messages” on page 725
“-400 through -499 Error Message Descriptions” on page 726
“-300 through -399 Error Message Descriptions” on page 727
“-200 through -299 Error Message Descriptions” on page 729
“-100 through -199 Error Message Descriptions” on page 732
“+100 through +199 Error Message Descriptions” on page 736
“+200 through +299 Error Message Descriptions” on page 739
“+300 through +399 Link Control Device-Specific Error” on page 741
“+400 through +499 Error Message Descriptions” on page 742
“+500 through +599 Test Application Hardware Device-Specific Error” on page 745
“+600 through +699 Error Message Descriptions” on page 746
“+700 through +799 Error Message Descriptions” on page 747
“+800 through +899 Error Message Descriptions” on page 748