SETup:FSTability

SETup:FSTability

May 10, 2010

GPIB Command Conventions

SETup:FSTability:CONTinuous

Function

Sets/queries the trigger arm state for the frequency stability measurement. Determines whether measurement will make one measurement 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)

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:FSTABILITY:CONTINUOUS ON" 
!Sets measurement to continuous trigger mode.

SETup:FSTability:COUNt[:SNUMber]

Function

Sets/queries the number of frequency stability measurements to be made in a multi-measurement setup. This command sets the count, and automatically sets the multi-measurement STATe command to 1 (on).

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10, on

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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

SETup:FSTability:COUNt:NUMBer

Function

Sets/queries the number of frequency stability measurements to be made when milt-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10
Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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

SETup:FSTability:COUNt:STATe

Function

Sets/queries the multi-measurement state of the frequency stability measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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

SETup:FSTability:TIMeout[:STIMe]

Function

Sets/queries the frequency stability measurement's timeout setting and automatically sets the timeout state 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, on

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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

SETup:FSTability:TIMeout:STATe

Function

Sets/queries the frequency stability measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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

SETup:FSTability:TIMeout:TIME

Function

Sets/queries the frequency stability measurement's timeout setting.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

*RST Setting

10 seconds, on

Requirements

Test Application Revision A.06 and above.

Lab Application Revision C.01 and above.

Programming Example

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