SETup:STONe

SETup:STONe

Last updated: May 10, 2010

GPIB Command Conventions

SETup:STONe:CONTinuous

Function

Sets/queries the trigger arm state for the Signaling Tone measurement. Determines whether measurement makes one measurement then stop (0|OFF (single)), or automatically rearms upon completion of one measurement and repeats the process (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONe:CONTinuous ON" 
!Sets measurement to continuous trigger mode.

SETup:STONe:COUNt[:SNUMber]

Function

Sets/queries the number of Signaling Tone measurements to be made in a mulit-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, off

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONe:COUNt 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:STONe:COUNt:NUMBer

Function

Sets/queries the number of Signaling Tone measurements to be made when mulit-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONe:COUNt:NUMBer 5" 
!Sets the number of measurements to 5 when the multi-measurement state is set to ON.

SETup:STONe:COUNt:STATe

Function

Sets/queries the multi-measurement state of the Signaling Tone measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONe:COUNt:STATe ON" 
!Turns on multi-measurements.

SETup:STONe:TIMeout[:STIMe]

Function

Sets/queries the Signaling Tone 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, off

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

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

SETup:STONe:TIMeout:STATe

Function

Sets/queries the Signaling Tone measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONE:TIMeout:STATe ON"

SETup:STONe:TIMeout:TIME

Function

Sets/queries the Signaling Tone 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

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:STONe:TIMeout:TIME 5S"