CALL:POWer

CALL:POWer

Last updated: May 24, 2006

Diagram Conventions

CALL[:CELL]:POWer[:SAMPlitude]<[:SELected]|:CW|:DIGital856>

Function

The setting form of this command performs two functions: (1) sets the desired cell power level and (2) turns the cell power on/off state to on. The query form returns the desired cell power level. (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 the cell power level being set or queried 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

Setting

Range/Resolution: see CALL[:CELL]:POWer:AMPLitude<[:SELected]|:CW|:DIGital856>

Query

Range/Resolution: see CALL[:CELL]:POWer:AMPLitude<[:SELected]|:CW|:DIGital856>

*RST Setting

ON, and see CALL[:CELL]:POWer:AMPLitude<[:SELected]|:CW|:DIGital856>

Programming Example

 
OUTPUT 714;"CALL:POWer -30" 
! Sets cell power state to ON and
! sets desired cell power level to -30 dBm for the current system type.
OUTPUT 714;"CALL:POWer:DIGital856 -56"
! Sets cell power state to ON and
! sets desired cell power level to -56 dBm/1.23 MHz for the DIGital856 system type.

CALL[:CELL]:POWer:AMPLitude<[:SELected]|:CW|:DIGital856>

Function

Sets/queries the desired cell power level. (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 the cell power level being set or queried 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

Setting

Range: (This is the range of settings accepted, see Cell Power, AWGN (Additive White Gaussian Noise) Power and Total RF Power for the actual hardware range of the source)

  • CW: -177 dBm to +40 dBm
  • DIGital856: -170 dBm/1.23 MHz to +37 dBm/1.23 MHz

Resolution: 0.01 dB

Query

Same as setting

*RST Setting

  • CW: -50 dBm
  • DIGital856: -55 dBm/1.23 MHz

Programming Example

 
OUTPUT 714;"CALL:POWer:AMPLitude -30" 
!Sets desired cell power level to -30 dBm for the current system type.
OUTPUT 714;"CALL:POWer:AMPLitude:DIGital856 -56"
! Sets desired cell power level to -56 dBm/1.23 MHz for the DIGital 856 system type.

CALL[:CELL]:POWer:STATe<[:SELected]|:CW|:DIGital856>

Function

Sets/queries the cell power state.

The optional [:SELected] keyword in this command specifies that the cell power level being set or queried 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

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

ON

Programming Example

 
OUTPUT 714;"CALL:POWer:STATe OFF"
!Turns off cell power for the current system type.