SETup:WOOPower

SETup:WOOPower

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WOOPower:OFF:POWer:LIMit

Function

Sets/queries the Off Power Limit (see Off Power Limit ).

Requirements

Test Application Revision: A.03 and above.

Lab Application Revision: A.01 and above.

Setting

Range: -99.99 to 99.0

Resolution: 0.1

Query

Same as setting.

*RST Setting

-55 dBm

Programming Example

 
OUTPUT 714;"SETup:WOOPower:OFF:POWer:LIMit -54" 
! Sets the Off Power Limit to -54 dBm.

SETup:WOOPower:OPEN:LOOP:POWer:LIMit

Function

This command sets symmetrical upper and lower pass/fail limits for the difference between the "on" power and the expected power.

   
NOTE
This command has been replaced by two separate commands which allow you to independently set the upper and lower pass/fail limits for this measurement result. This command is still available for backwards-compatibility, but we recommend that you use these two new commands instead: SETup:WOOPower:OPEN:LOOP:POWer:UPPer:LIMit SETup:WOOPower:OPEN:LOOP:POWer:LOWer:LIMit .

   

Requirements

Test Application Revision: A.03 and above

Lab Application Revision: A.01 and above

Setting

Range: 0.0 to 99.9

Resolution: 0.1

Query

Same as setting.

*RST Setting

9.0 dB

Programming Example

 
OUTPUT 714;"SETup:WOOPower:OPEN:LOOP:POWer:LIMit 10" 
! Sets the Open Loop Power Error Upper and Lower Limits to 10 dB.

SETup:WOOPower:OPEN:LOOP:POWer:UPPer:LIMit

Function

Sets/queries the Open Loop Power Error Upper Limit (see Open Loop Power Error Upper Limit ).

Requirements

Test Application Revision: A.04 and above

Lab Application Revision: A.02 and above

Setting

Range: 0.0 to 99.9

Resolution: 0.1

Query

Same as setting.

*RST Setting

9.0 dB

Programming Example

 
OUTPUT 714;"SETup:WOOPower:OPEN:LOOP:POWer:UPPer:LIMit 10" 
! Sets the Open Loop Power Error Upper Limit to 10 dB.

SETup:WOOPower:OPEN:LOOP:POWer:LOWer:LIMit

Function

Sets/queries the Open Loop Power Error Lower Limit (see Open Loop Power Error Lower Limit ).

Requirements

Test Application Revision: A.04 and above

Lab Application Revision: A.02 and above

Setting

Range: -99.9 to 0.0

Resolution: 0.1

Query

Same as setting.

*RST Setting

-9.0 dB

Programming Example

 
OUTPUT 714;"SETup:WOOPower:OPEN:LOOP:POWer:LOWer:LIMit -10" 
! Sets the Open Loop Power Error Lower Limit to -10 dB.

SETup:WOOPower:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the PRACH transmit on/off power measurement's timeout value (see Measurement Timeouts ), and (2) sets the timeout STATe to 1 (on).

The query form returns the PRACH transmit on/off power measurement's timeout value.

Requirements

Test Application Revision: A.03 and above.

Lab Application Revision: A.01 and above.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Same as setting

*RST Setting

10 seconds, 0 (off)

Programming Example

 
OUTPUT 714;"SETup:WOOPower:TIMeout 5" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:WOOPower:TIMeout:STATe

Function

Sets/queries the PRACH transmit on/off power measurement's timeout state (see Measurement Timeouts ).

Requirements

Test Application Revision: A.03 and above.

Lab Application Revision: A.01 and above.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:WOOPower:TIMeout:STATe ON"

SETup:WOOPower:TIMeout:TIME

Function

Sets/queries the PRACH transmit on/off power measurement's timeout setting (see Measurement Timeouts ) to be used when the timeout state is set to ON.

Requirements

Test Application Revision: A.03 and above.

Lab Application Revision: A.01 and above.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Programming Example

 
OUTPUT 714;"SETup:WOOPower:TIMeout:TIME 5"