SETup:ARQDemod

SETup:ARQDemod

Last updated: July 25, 2008

GPIB Command Conventions

SETup:ARQDemod:ACKCount

Function

Sets/queries the maximum number of ACK bits to be sent on the ARQ channel during the demodulation of ARQ channel measurement. If the number of bits sent reaches Maximum ACK Count, the measurement will stop.

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range: 1500 to 10,000,000

Resolution: 1

Query

Same as setting

*RST Setting

1500

Programming Example

 
OUTPUT 714;"SETup:ARQDemod:ACKCount 2000" 
 
! Sets the ACK test tested count to 2000.

SETup:ARQDemod:CONTinuous

Function

Sets/queries the trigger arm state for the demodulation of ARQ channel measurement. The trigger arm state determines whether the demodulation of ARQ Channel measurement will be made once then stop (0|OFF (single)), or automatically rearm upon completion of one measurement and repeat the process (1|ON (continuous)).

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Programming Example

 
OUTPUT 714;"SETup:ARQDemod:CONTinuous OFF" 
! Sets the demodulation of ARQ channel measurement to single trigger mode.

SETup:ARQD emod:NAKCount

Function

Sets/queries the maximum number of NAK bits to be sent on the ARQ channel during the demodulation of ARQ channel measurement. If the number of bits sent reaches Maximum NAK Count, the measurement will stop.

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range: 1500 to 10,000,000

Resolution: 1

Query

Same as setting

*RST Setting

1500

Programming Example

 
OUTPUT 714;"SETup:ARQDemod:NAKCount 2000" 
! Sets the NAK test tested count to 2000.

SETup:ARQD emod:TIMeout[:STIMe]

Function

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

The query form returns the demodulation of ARQ channel measurement's timeout value.

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range/Resolution: SETup:ARQD emod:TIMeout:TIME .

Query

Range/Resolution: SETup:ARQD emod:TIMeout:TIME .

*RST Setting

25.0 seconds, off

Programming Example

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

SETup:ARQD emod:TIMeout:STATe

Function

Sets/queries the demodulation of ARQ channel measurement's timeout state.

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:ARQDemod:TIMeout:STATe ON"
! Sets the timeout state to ON.

SETup:ARQD emod:TIMeout:TIME

Function

Sets/queries the demodulation of ARQ channel measurement's timeout setting to be used when the timeout state is set to ON using the SETup:ARQD emod:TIMeout:STATe command.

Requirements

Test Application Revision: A.08 and above
Lab Application Revision: A.05 and above

Setting

Range: 0.1 to 200,000.0 seconds

Resolution: 0.1 seconds

Query

Same as setting

*RST Setting

25.0s

Programming Example

 
OUTPUT 714;"SETup:ARQDemod:TIMeout:TIMe 300"
! Sets the timeout time to 300 seconds.