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
byte_count: long integer, the number of bytes received while in PRBS lock.error_count: long integer, the number of errors detected while in PRBS lock.lock: byte, SerDes lock status.
PRBSOFF = 0This means that the SerDes is not in PRBS lock.
PRBSON = 1This means that the SerDes is in PRBS lock.
PRBSOFFUNSTABLE = 2This means that the SerDes is not in PRBS lock currently but was in PRBS lock previously.
PRBSONUNSTABLE = 3This 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