SETup:WBLerror

SETup:WBLerror

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WBLerror:CONTinuous

Function

Sets/queries the trigger arm state for the block error ratio measurement. The trigger arm state determines whether the block error ratio measurement will be made once then stop (0|OFF (single)), or automatically re-arm upon completion of one measurement and repeat the process (1|ON (continuous)). See Trigger Arm (Single or Continuous) Description .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Test Application A.10 and Lab Application D.01, *RST setting changed to 0 (single).

Programming Example

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

SETup:WBLerror:COUNt

Function

Sets/queries the number of blocks to test in the block error ratio test. See Number of Blocks to Test .

Setting

Range: 1 to 99,000 blocks

Resolution: 1 block

Query

Same as setting

*RST Setting

500 blocks

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WBLerror:COUNt 1000" 

SETup:WBLerror:TIMeout[:STIMe]

Function

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

The query form returns the block error ratio 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

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

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

SETup:WBLerror:TIMeout:STATe

Function

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

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

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

SETup:WBLerror:TIMeout:TIME

Function

Sets/queries block error ratio 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

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WBLerror:TIMeout:TIME 5"