SETup:CTXSpurious

SETup:CTXSpurious

Last updated: June 7, 2007

GPIB Command Conventions

SETup:CTXSpurious:CONTinuous

Function

Sets/queries the trigger arm state for the tx spurious emissions measurement. The trigger arm state determines whether the tx spurious emissions 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)

Programming Example

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

SETup:CTXSpurious:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of tx spurious emissions 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 tx spurious emissions multi-measurements to be made when mulit-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:CTXSPURIOUS:COUNT:SNUMBER 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:CTXSpurious:COUNt:NUMBer

Function

Sets/queries the number of tx spurious emissions measurements to be made when the mulit-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Programming Example

 
OUTPUT 714;"SETUP:CTXSPURIOUS:COUNT:NUMBER 5" 
!Sets the number of tx spurious emissions multi-measurements to 5.

SETup:CTXSpurious:COUNt:STATe

Function

Sets/queries the tx spurious emissions multi-measurement state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:CTXSPURIOUS:COUNT:STATE ON" !Turns on tx spurious emissions multi-measurements.

SETup:CTXSpurious:MASK:AUTO

Function

Sets/queries the tx spurious emissions measurment limit mask.

ON (1) sets the mask limits to default values based on the mobile's characteristics. OFF (0) allows you to set arbitrary limits (see SETup:CTXSpurious:MASK:MANual:ADJacent[:LIMit] and SETup:CTXSpurious:MASK:MANual:ALTernate[:LIMit] ).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:CTXSPURIOUS:MASK:AUTO ON" 

SETup:CTXSpurious:MASK:MANual:ADJacent[:LIMit]

Function

Sets/queries the tx spurious emissions manually set measurment limit mask. This limit is activated when SETup:CTXSpurious:MASK:AUTO is set to OFF (0).

Setting

Range: -10 to -65 dB

Query

Range: -10 to -65 dB

*RST Setting

-42

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:CTXSPURIOUS:MASK:MANUAL:ADJACENT -45" 

SETup:CTXSpurious:MASK:MANual:ALTernate[:LIMit]

Function

Sets/queries the tx spurious emissions manually set measurment limit mask. This limit is activated when SETup:CTXSpurious:MASK:AUTO is set to OFF (0).

Setting

Range: -10 to -65 dB

Query

Range: -10 to -65 dB

*RST Setting

-50

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"SETUP:CTXSPURIOUS:MASK:MANUAL:ALTERNATE -55".

SETup:CTXSpurious:TIMeout[:STIMe]

Function

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

The query form returns the tx spurious emissions 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:CTXSPURIOUS:TIMEOUT:STIME 5 S" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:CTXSpurious:TIMeout:STATe

Function

Sets/queries the tx spurious emissions measurement's timeout (see Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:CTXSpurious:TIMeout:TIME

Function

Sets/queries the tx spurious emissions measurement's timeout (see 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

Programming Example

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