SETup:CCTPhase

SETup:CCTPhase

Last updated: June 7, 2007

GPIB Command Conventions

SETup:CCTPhase:CONTinuous

Function

Sets/queries the trigger arm state for the code channel timing and phase error measurements. The trigger arm state determines whether the code channel timing and phase error measurements 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:CCTPHASE:CONTINUOUS OFF" 
!Sets measurement to single trigger mode.

SETup:CCTPhase:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of code channel timing and phase error 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 code channel timing and phase error 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:CCTPHASE:COUNT:SNUMBER 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:CCTPhase:COUNt:NUMBer

Function

Sets/queries the number of code channel timing and phase error 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:CCTPHASE:COUNT:NUMBER 5" 
!Sets the number of code channel timing and phase error multi-measurements to 5.

SETup:CCTPhase:COUNt:STATe

Function

Sets/queries the code channel timing and phase error multi-measurement state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:CCTPHASE:COUNT:STATE ON" !Turns on code channel timing and phase error multi-measurements.

SETup:CCTPhase:PERRor[:LIMit]

Function

Sets/queries the code channel phase error limit.

Setting

Range: 0 to 1.00 radian

Resolution: 0.01 radian

Query

Range: 0 to 1.00 radian

*RST Setting

0.15 radian

Programming Example

 
OUTPUT 714;"SETUP:CCTPHASE:PERROR 0.25" 

SETup:CCTPhase:TERRor[:LIMit]

Function

Sets/queries the code channel timing error limit.

Setting

Range: 0 to 100.0 ns

Resolution: 0.1 ns

Query

Range: 0 to 100.0 ns

*RST Setting

10.0 ns

Programming Example

 
OUTPUT 714;"SETUP:CCTPHASE:TERROR 25" 

SETup:CCTPhase:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the code channel timing and phase error measurements' timeout (see Timeouts ) value, and (2) sets the code channel timing and phase error measurements' timeout STATe to 1 (on).

The query form returns the code channel timing and phase error measurements' 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:CCTPHASE:TIMEOUT:STIME 5 S" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:CCTPhase:TIMeout:STATe

Function

Sets/queries the code channel timing and phase error measurements's timeout (see Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:CCTPHASE:TIMEOUT:STATE ON"
!Sets the timeout state to ON.

SETup:CCTPhase:TIMeout:TIME

Function

Sets/queries the code channel timing and phase error measurements' 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:CCTPHASE:TIMEOUT:TIME 5 S"
!Sets the timeout time to five seconds.