SETup:HWQuality

SETup:HWQuality

Last updated: May 10, 2010

GPIB Command Conventions

SETup:HWQuality:TIMeout[:STIMe]

Function

Sets the handoff waveform quality measurement's timeout value, and sets the waveform quality measurement's timeout state to 1 (on).

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

SETup:HWQuality:TIMeout:STATe

Function

Sets/queries the handoff waveform quality measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:HWQuality:TIMeout:TIME

Function

Sets/queries the handoff waveform quality 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

Programming Example

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