SETup:WOOSynch

SETup:WOOSynch

This section is only applicable to the lab application.

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WOOSynch:INTerval:AB

Function

Sets/queries Segment Ta-b Interval .

Setting

Range: 0.04 to 5.00 seconds

Resolution: 0.04 seconds

Query

Same as setting

*RST Setting

5.00 seconds

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:INTerval:AB 3.5" 
! Sets Segment Ta-b Interval to 3.52 s (because the resolution is 0.04 seconds).

SETup:WOOSynch:INTerval:CD

Function

Sets/queries Segment Tc-d Interval .

Setting

Range: 0.04 to 5.00 seconds

Resolution: 0.04 seconds

Query

Same as setting

*RST Setting

5.00 seconds

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:INTerval:CD 3.5" 
! Sets Segment Tc-d Interval to 3.52 s (because the resolution is 0.04 seconds).

SETup:WOOSynch:INTerval:DE

Function

Sets/queries Segment Td-e Interval .

Setting

Range: 0.04 to 5.00 seconds

Resolution: 0.04 seconds

Query

Same as setting

*RST Setting

5.00 seconds

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:INTerval:DE 3.5" 
! Sets Segment Td-e Interval to 3.52 s (because the resolution is 0.04 seconds).

SETup:WOOSynch:RATio:AB

Function

Sets/queries DPCCH Quality Ratio Qa-b .

Setting

Range: -10.0 to -30.0 dB

Resolution: 0.1 dB

Query

Same as setting

*RST Setting

-21.6 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:RAT:AB -22.0" 
! Sets DPCCH Quality Ratio Qa-b to -22.0 dB.

SETup:WOOSynch:RATio:BD

Function

Sets/queries DPCCH Quality Ratio Qb-d .

Setting

Range: -10.0 to -30.0 dB

Resolution: 0.1 dB

Query

Same as setting

*RST Setting

-28.40 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:RATio:BD -28.0" 
! Sets DPCCH Quality Ratio Qb-d to -28.0 dB.

SETup:WOOSynch:RATio:DE

Function

Sets/queries DPCCH Quality Ratio Qd-e .

Setting

Range: -10.0 to -30.0 dB

Resolution: 0.1 dB

Query

Same as setting

*RST Setting

-24.40 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:RATio:DE -24.0" 
! Sets DPCCH Quality Ratio Qd-e to -24.0 dB.

SETup:WOOSynch:RATio:E

Function

Sets/queries DPCCH Quality Ratio Qe+ .

Setting

Range: -10.0 to -30.0 dB

Resolution: 0.1 dB

Query

Same as setting

*RST Setting

-17.60 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:RATio:E -18.0" 
! Sets DPCCH Quality Ratio Qe+ to -18.0 dB.

SETup:WOOSynch:TIMeout[:STIMe]

Function

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

The query form returns the measurement's timeout value.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Same as setting

*RST Setting

20 seconds, (off)

Requirements

Lab Application Revision: C.01 and above

Programming Example

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

SETup:WOOSynch:TIMeout:STATe

Function

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

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:TIMeout:STATe ON"
! Sets the measurement's timeout state to ON.

SETup:WOOSynch:TIMeout:TIME

Function

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

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Same as setting

*RST Setting

20 seconds

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"SETup:WOOSynch:TIMeout:TIME 5"
! Sets the measurement's timeout to five seconds.