CALL:CELL2:POWer

CALL:CELL2:POWer

January 16, 2009

This section is only applicable to the lab application.

GPIB Command Conventions

CALL:CELL2:POWer[:SAMPLitude]

Function

Sets/queries the cell 2 power level (including compensation for amplitude offset), and sets its state to ON. (See Cell 2 Overview ).

Setting           

Range:

  • -165 dBm/3.84MHz to +37dBm/3.84MHz, 9.91 E+37

    (-115 dBm/3.84MHz to -13 dBm/3.84MHz actual hardware range with amplitude offset = 0)

    The actual power range is defined by adding the value of the associated Amplitude Offset to the range in the table. For example, if amplitude offset is -3.5 dB, then the power range will be -118.5 dBm/3.84 MHz to -16.5 dBm/3.84MHz.

Resolution: 0.01 dBm/3.84 MHz

Query

Range: Same as setting range.

Resolution: Same as setting range.

*RST Setting

9.91 E+37

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:SAMPLITUDE -30"
! Sets the cell 2 power level -30 dBm and turns it on.

CALL:CELL2:POWer:AMPLitude[:SELected]

Function

Sets/queries the cell 2 power level (including compensation for amplitude offset).

The optional [:SELected] keyword in this command specifies that the cell 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.

(See Cell 2 Overview ).

Setting

Range:

  • -165 dBm/3.84MHz to +37dBm/3.84MHz, 9.91 E+37

    (-115 dBm/3.84MHz to -13 dBm/3.84MHz actual hardware range with amplitude offset = 0)

    The actual power range is defined by adding the value of the associated Amplitude Offset to the range in the table. For example, if amplitude offset is -3.5 dB, then the power range will be -118.5 dBm/3.84 MHz to -16.5 dBm/3.84MHz.

Resolution: 0.01 dBm/3.84 MHz

Query

Range: Same as setting range.

Resolution: Same as setting range.

*RST Setting

9.91 E+37

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:AMPLITUDE -30" 
!Sets the cell 2 power level -30 dBm.

CALL:CELL2:POWer:STATe[:SELected]

Function

Sets/queries the cell 2 power state.

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

(See Cell 2 Overview ).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:CELL2:POWER:STATE ON"
! Turns on cell 2 power.