FETCh:WBERror

FETCh:WBERror

Last updated: January 16, 2009

GPIB Command Conventions

FETCh:WBERror<[:ALL]|:INTegrity|:RATio|:COUNt|:BITS>?

Function

Queries the Loopback BER Measurement Results .

[:ALL] returns measurement results in the following order: integrity, bit error ratio, bit error count, bits tested.

Instead of querying [:ALL] results, you may query an individual result using the appropriate keyword (for example, FETCh:WBERror:RATio? returns the bit error ratio result only).

Query

Range

  • Integrity: see Integrity Indicator .
  • Bit Error Ratio: 0 to 99.0000%, 9.91 E+37
  • Bit Error Count: 0 to 999999999, 9.91 E+37
  • Bits Tested: 0 to 999999999, 9.91 E+37

Resolution

  • Integrity: 1
  • Bit Error Ratio: 0.0001%
  • Bit Error Count: 1
  • Bits Tested: 1

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WBERROR:ALL?" 

FETCh:WBERror:RATio:FAIL?

Function

Queries the Confidence Test Result .

Query

Range:

  • 0 (Pass)
  • 1 (Fail)
  • 2 (Max Bits)
  • 9.91 E+37

Requirements

Test Application Revision: A.06 and above

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WBERror:RATio:FAIL?" 

FETCh:WBERror:CRCerrors?

Function

Queries the CRC Errors result. See CRC Errors .

Query

Range: 0 to 999999, 9.91 E+37

Resolution: 1

Requirements

Test Application Revision: A.04 and above

Lab Application Revision: A.02 and above

Programming Example

 
OUTPUT 714;"FETCh:WBERror:CRCerrors?" 

FETCh:WBERror:ICOunt?

Function

Queries the intermediate count of bits tested.

To set up the total number of bits to test, see   SETup:WBERror:COUNt .

Query

Range: 0 to 999999999

Resolution: 1

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WBERROR:ICOUNT?" 

FETCh:WBERror:LDELay?

Function

Queries the Loopback Delay result.

Loopback Delay results can not be obtained when DL DTCH Data is set to All Zeros or All Ones (see CALL:DTCHannel:DATA ).

Query

Range: 0 to 50 frames, 9.91 E+37

Resolution: 1

Requirements

Test Application Revision: A.04 and above

Lab Application Revision: A.02 and above

Programming Example

 
OUTPUT 714;"FETCh:WBERror:LDELay?" 

FETCh:WBERror:MBLocks?

Function

Queries the Missing Blocks result.

Query

Range: 0 to 999999, 9.91 E+37

Resolution: 1

Requirements

Test Application Revision: A.04 and above

Lab Application Revision: A.02 and above

Programming Example

 
OUTPUT 714;"FETCh:WBERror:MBLocks?"