PP_RXPRBSSTATUS#

code: 293

# get
<module-index>/<port-index> PP_RXPRBSSTATUS [<serdes_index>] ?

Description#

Statistics about PRBS pattern detection on the data received on a specified SerDes.

Actions#

get

Parameters#

  1. byte_count: long integer, the number of bytes received while in PRBS lock, the number of errors detected while in PRBS lock, and whether this SerDes is in PRBS lock.

  2. error_count: long integer, the number of bytes received while in PRBS lock, the number of errors detected while in PRBS lock, and whether this SerDes is in PRBS lock.

  3. lock: byte, the number of bytes received while in PRBS lock, the number of errors detected while in PRBS lock, and whether this SerDes is in PRBS lock.

  • PRBSOFF = 0

  • PRBSON = 1

  • PRBSOFFUNSTABLE = 2

  • PRBSONUNSTABLE = 3

Example#

# get
input:  0/1 PP_RXPRBSSTATUS [0] ?
output: 0/1 PP_RXPRBSSTATUS [0] 123456789123 123456789123 PRBSOFF