CALL:TOTal:POWer

CALL:TOTal:POWer

Last updated: July 25, 2008

GPIB Command Conventions

CALL:TOTal:POWer[:AMPLitude]<[:SELected]|:DIGital856>?

Function

Queries the desired total RF power. This is not a settable parameter; it is calculated from the settings for cell power and AWGN power. (See Cell Power, AWGN (Additive White Gaussian Noise) Power and Total RF Power for more information about desired versus current power levels).

The optional [:SELected] keyword in this command specifies that this query applies to the current system type (see System Type ).

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

Range:

  • -170 dBm/1.23 MHz to +42 dBm/1.23 MHz
  • 9.91 E+37 (NAN) is returned if both cell power and AWGN power are set to OFF

Resolution: 0.01 dB

*RST Setting

-55 dBm/1.23 MHz

Programming Example

 
OUTPUT 714;"CALL:TOTal:POWer?"
! Queries the current setting for desired total RF power
! (based on the settings for desired cell power and AWGN power)

CALL:TOTal:POWer:STATe<[:SELected]|:DIGital856>?

Function

Queries the total RF power state.

The total RF power state is 1 (on) if either cell power or AWGN power is on.

The optional [:SELected] keyword in this command specifies that this query applies to the current system type (see System Type ).

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

Range: 1|0

*RST Setting

1 (on)

Programming Example

 
OUTPUT 714;"CALL:TOTal:POWer:STATe?"
! Queries the total RF power state