PP_RXLANELOCK
code: 290
# get
<module-index>/<port-index> PP_RXLANELOCK [<lane_index>] ?
Description
Whether the receiver has achieved header lock and alignment lock on the data received on a specified physical lane.
Actions
get
Parameters
headerlock
: byte, whether this lane has achieved header lock, and whether this lane has achieved alignment lock.
HEADEROFF = 0
HEADERON = 1
HEADEROFFUNSTABLE = 2
HEADERONUNSTABLE = 3
alignlock
: byte, whether this lane has achieved header lock, and whether this lane has achieved alignment lock.
ALIGNOFF = 0
ALIGNON = 1
ALIGNOFFUNSTABLE = 2
ALIGNONUNSTABLE = 3
Example
# get
input: 0/1 PP_RXLANELOCK [0] ?
output: 0/1 PP_RXLANELOCK [0] HEADEROFF ALIGNOFF