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.

  2. error_count: long integer, the number of errors detected while in PRBS lock.

  3. lock: byte, SerDes lock status.

  • PRBSOFF = 0 This means that the SerDes is not in PRBS lock.

  • PRBSON = 1 This means that the SerDes is in PRBS lock.

  • PRBSOFFUNSTABLE = 2 This means that the SerDes is not in PRBS lock currently but was in PRBS lock previously.

  • PRBSONUNSTABLE = 3 This means that the SerDes is in PRBS lock currently but was not in PRBS lock previously.

Example

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