CALL:CELL2:POWer

CALL:CELL2:POWer

Last updated: July 18, 2007

GPIB Command Conventions

CALL:CELL2:POWer[:SAMPlitude][:SELected]

Function

The setting form of this command performs two functions: (1) sets the Cell 2 Power and (2) turns the Cell 2 Power on/off state to on. The query form returns the Cell 2 Power level (including compensation for amplitude offset) or NAN.

The optional [:SELected] keyword in this command specifies that the Cell 2 Power level being set or queried applies to the current system type. The current system type can be changed using the CALL[:CELL]:SYSTem[:TYPE] command.

Cell 1 Power (see CALL:POWer ), Cell 2 Power, and AWGN (see CALL:AWGNoise ) are absolute power levels and make up the total forward channel RF output power (see CALL:STATus:TOTal:POWer[:AMPLitude][:SELected]? ).

The return value for this query is not necessarily the cell 2 power level being transmitted by the test set at the moment this command is processed by the test set. It may return a value that the test set has been requested to transmit, but that has been pended or delayed for some reason. See Troubleshooting Setting Power Levels for possible causes. To query the cell 2 power level the test set is transmitting at the moment the command is sent, use the CALL:STATus:CELL[1]:POWer:[AMPLitude][:SELected]? command.

Setting

Range:

Resolution: 0.01 dB

Query

Range: Same as setting range.

Resolution: 0.01 dB

*RST Setting

  • CDMA: -55 dBm/1.23 MHz, Off

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:SAMPLITUDE -30" 
!Sets the Cell 2 Power state to ON and sets the level to -30 dBm.

CALL:CELL2:POWer:AMPLitude[:SELected]

Function

Sets/queries the Cell 2 Power level (including compensation for amplitude offset). See CALL:CELL2:POWer[:SAMPlitude][:SELected] .

Setting

Range:

Resolution: 0.01 dB

Query

Range: Same as setting range.

Resolution: 0.01 dB

*RST Setting

  • CDMA: -55 dBm/1.23 MHz

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:AMPLITUDE -30" 
!Sets the Cell 2 Power level to -30 dBm.

CALL:CELL2:POWer:STATe[:SELected]

Function

Sets/queries the Cell 2 Power state. See CALL:CELL2:POWer[:SAMPlitude][:SELected]

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

ON

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:STATE OFF" !Turns off Cell 2 Power.

Related Topics


CALL:POWer (Cell 1 power settings )