Specifications
Test Commands
Rev. 8 May.12 Proprietary and Confidential 115
!DAWGRXAGC
Supporting chipsets:
• All
Return Rx AGC value (WCDMA only)
Return the Rx AGC (Automatic Gain Control) value of the main path or diversity path (if
applicable).
This value can be converted to RSSI (Received Signal Strength Indicator) in dBm:
if (<AGC_value> < 511)
<RX_dBm> = -106 + ( ( <AGC_value> + 512 ) / 12 )
else
<RX_dBm> = -106 + ( ( (<AGC_value>-1024) + 512 ) / 12 )
Usage:
• Execution: AT!DAWGRXAGC?[<path>]
Response:
<AGC value>
OK
Purpose: Return the <AGC value> for either the main or diversity paths. If no
<path> is specified, the main path is assumed.
Parameters:
<path> (For modules supporting diversity)
• 0=Main path
• 1=Diversity path
<AGC value> (Rx AGC value for specified path)
• Valid range: -512 to +511
Note:
!DASBAND
and
!DASCHAN
must be issued before you can use
!DAWGRXAGC
.
Table 5-2: Test command details (Continued)
Command Description