SETup:WOBWidth

SETup:WOBWidth

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WOBWidth:CONTinuous

Function

Sets/queries the trigger arm state for the occupied bandwidth measurement. The trigger arm state determines whether the occupied bandwidth measurement will be made once then stop (0|OFF (single)), or automatically re-arm upon completion of one measurement and repeat the process (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:CONTINUOUS OFF" 
!Sets measurement to single trigger mode.

SETup:WOBWidth:PERcent:TOTal:POWer

Function

Sets/queries the percentage of total power parameter used in the occupied bandwidth measurement.

Setting

Range: 70.0 to 99.0 percent

Query

Range: 70.0 to 99.0 percent

*RST Setting

99 percent

Requirements

Test Application Revision: A.03 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETup:WOBWidth:PERcent:TOTal:POWer 99" 
!Sets percentage of total power to 99%.

SETup:WOBWidth:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of occupied bandwidth measurements to be made in a multi-measurement, and (2) sets the multi-measurement STATe command to 1 (on).

The query form returns the number of occupied bandwidth multi-measurements to be made when multi-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

Off (10 when STATe = On)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:COUNT:SNUMBER 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:WOBWidth:COUNt:NUMBer

Function

Sets/queries the number of occupied bandwidth measurements to be made when the multi-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:COUNT:NUMBER 5" 
!Sets the number of occupied bandwidth multi-measurements to 5.

SETup:WOBWidth:COUNt:STATe

Function

Sets/queries the occupied bandwidth multi-measurement state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:COUNT:STATE ON" !Turns on occupied bandwidth multi-measurements.

SETup:WOBWidth:TIMeout[:STIMe]

Function

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

The query form returns the occupied bandwidth measurement's timeout value.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds, off

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:TIMEOUT:STIME 5 S" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:WOBWidth:TIMeout:STATe

Function

Sets/queries the occupied bandwidth measurement's timeout (see Measurement Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:TIMEOUT:STATE ON"

SETup:WOBWidth:TIMeout:TIME

Function

Sets/queries the occupied bandwidth measurement's timeout (see Measurement Timeouts ) setting to be used when the timeout state is set to ON.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:TIMEOUT:TIME 5 S"

SETup:WOBWidth:TRIGger:DELay

Function

Sets/queries the occupied bandwidth measurement's trigger delay setting.

This setting can be used to delay the measurement trigger in order to start a measurement during a specific timeslot in the frame. For example, a 1.333 ms delay would cause the trigger to wait until after the first two timeslots have elapsed.

Setting

Range: -10 to 10 milliseconds

Resolution: 1 nanosecond

Query

Range: -10 to 10 milliseconds

*RST Setting

0 seconds

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:TRIGGER:DELAY 1MS"

SETup:WOBWidth:TRIGger:SOURce

Function

Sets/queries the occupied bandwidth measurement's trigger source.

Setting

Range: IMMediate|PROTocol|AUTO

Query

Range: IMM|PROT|AUTO

*RST Setting

AUTO

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WOBWIDTH:TRIGGER:SOURCE IMMEDIATE"