SETup:WQUality

SETup:WQUality

Last updated: November 10, 2010

GPIB Command Conventions

SETup:WQUality:CDPower[16]:IQINactive[:LIMit]

Function

Sets/queries the pass/fail limit for inactive channel power on the Code Domain Power measurement.

Setting

Range: -100 to 0 dB

Query

Range: -100 to 0 dB

*RST Setting

-23 dB

Requirements

Test Application Revision: B.18.00

Lab Application Revision: D.01.00: Added [16]

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:CDPOWER:IQINACTIVE:LIMIT -26 DB" 
!Sets code domain power measurement's pass/fail limit.

SETup:WQUality:CDPower64:IQINactive[:LIMit]

Function

Sets/queries the pass/fail limit for inactive channel power on the Code Domain Power measurement under RC6.

Setting

Range: -100 to 0 dB

Query

Range: -100 to 0 dB

*RST Setting

-23 dB

Requirements

Test Application Revision: B.18.00

Lab Application Revision: D.01.00

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:CDPOWER64:IQINACTIVE:LIMIT -26 DB" 
!Sets code domain power measurement's pass/fail limit.

SETup:WQUality:CDPNoise[16]:IQNoise[:LIMit]

Function

Sets/queries the pass/fail limit for noise energy measured by the Code Domain Power + Noise measurement.

Setting

Range: -100 to 0 dB

Query

Range: -100 to 0 dB

*RST Setting

-23 dB

Requirements

Test Application Revision: B.18.00

Lab Application Revision: D.01.00: Added [16]

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:CDPNOISE:IQNOISE:LIMIT -50 DB" 
!Queries the code domain power plus noise measurement's pass/fail limit.

SETup:WQUality:CDPNoise64:IQNoise[:LIMit]

Function

Sets/queries the pass/fail limit for noise energy measured by the Code Domain Power + Noise measurement under RC6.

Setting

Range: -100 to 0 dB

Query

Range: -100 to 0 dB

*RST Setting

-23 dB

Requirements

Test Application Revision: B.18.00

Lab Application Revision: D.01.00

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:CDPNOISE64:IQNOISE:LIMIT -50 DB" 
!Queries the code domain power plus noise measurement's pass/fail limit.

SETup:WQUality:CONTinuous

Function

Sets/queries the trigger arm state for the waveform quality measurement. The trigger arm state determines whether the waveform quality measurement will be made once then stop (0|OFF (single)), or automatically rearm 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)

Programming Example

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

SETup:WQUality:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of waveform quality 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 waveform quality 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)

Programming Example

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

SETup:WQUality:COUNt:NUMBer

Function

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

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:COUNT:NUMBER 5" 
!Sets the number of measurements to 5 when the multi-measurement state is set to ON.

SETup:WQUality:COUNt:STATe

Function

Sets/queries the multi-measurement state of the waveform quality measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:WQUality:GRAPh[:STATe]

Function

Sets/queries the graphical waveform quality state of the waveform quality measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:WQUALITY:GRAPh ON" !Sets the graphical waveform quality state to ON.

SETup:WQUality:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the waveform quality measurement's timeout value, and (2) sets the waveform quality measurement's timeout STATe to 1 (on).

The query form returns the waveform quality 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, on

Programming Example

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

SETup:WQUality:TIMeout:STATe

Function

Sets/queries the waveform quality measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:WQUality:TIMeout:TIME

Function

Sets/queries the waveform quality measurement's timeout 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

Programming Example

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