FETCh:CPERror

FETCh:CPERror

Last updated: July 23, 2008

GPIB Command Conventions

FETCh:CPERror[:ALL]?

Function

Queries the packet error rate (PER) measurement results.

This measurement returns up to 5 results in the following order:
integrity, confidence pass/fail, packet error rate, packet error count, packets tested.

See PER Measurement Results .

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

Integrity

Confidence Pass/Fail

  • Range: 0 to 2 (0 = passed, 1 = failed, 2 = max packets), 9.91 E+37 indicates undefined

Packet Error Rate

  • Range: 0.00 to 100.00, 9.91 E+37

  • Resolution: 0.01 %

Packet Error Count

  • Range: 0 to 10,000,000, 9.91 E+37

  • Resolution: 1 packet

Packets Tested

  • Range: 0 to 10,000,000, 9.91 E+37

  • Resolution: 1 packet

Programming Example

 
OUTPUT 714;"FETCh:CPERror?" 
! Returns integrity, confidence pass/fail, packet error rate,
! packet error count, packets tested.

FETCh:CPERror:THRoughput?

Function

Queries the forward traffic channel throughput of packet error rate (PER) measurement.

See PER Measurement Results

Requirements

Test Application Revision: A.09. and above

Query

Forward Traffic Channel Throughput

  • Range: 0 to Maximum FTC Throughput, NAN

  • Resolution: 0.01

Programming Example

 
OUTPUT 714;"FETCh:CPERror:THRoughput?" 
! Returns the average throughput of Forward Traffic Channel.