CALL:CLPControl

CALL:CLPControl

Last updated: April 19, 2011

GPIB Command Conventions

CALL[:CELL[1]]:CLPControl:REVerse:MODE<[:SELected]|:TA856>

Function

Sets/queries the reverse closed loop power control mode. See Reverse Closed Loop Power Control .

   
NOTE
In a fast switching application (such as E1985E), the :SELect, :TA856 and :TA2000 format mnemonics access the same shared setting value. It is recommended to use the CALL:CLPControl:REVerse:MODE (without any format mnemonic) to set the reverse closed loop power control mode.

   

Requirements

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

Setting

Range: ACTive|ALTernating|DOWN|UP
(ACTive is not available in IS-856 Test Operating Mode .)

Query

Range: ACT|ALT|DOWN|UP
(ACT is not available in IS-856 Test Operating Mode .)

*RST Setting

ACT

Programming Example

 
OUTPUT 714;"CALL:CLPControl:REVerse:MODE ALT" 
! Sets the closed loop power control mode to alternating up/down bits.

CALL[:CELL[1]]:CLPControl:REVerse:PCSTep

Function

Sets/queries the reverse closed loop power control step size. See Power Control Step .

This is a "Configurable Attribute" that is set during session negotiation. Its value can not be changed while call limit mode is on (see Call Limit Mode ).

Requirements

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

Setting

Range:

  • DB1: 1 dB
  • DBHalf: 0.5 dB

Query

Range: DB1|DBH

*RST Setting

DB1

Programming Example

 
OUTPUT 714;"CALL:CLPControl:REVerse:PCSTep DBHalf" 
! Sets the closed loop power control step size to 0.5 dB.