P_UE_LLR_TXFSM_STATE
code: 1021
# get
<module-index>/<port-index> P_UE_LLR_TXFSM_STATE ?
Description
Return the current state of the LLR Tx FSM that the port is in, along with the current values of the relevant timers and counters for that state. The possible states are: LLR_OFF, INIT, ADVANCE, REPLAY, and FLUSH. The specific timers and counters returned depend on the current state of the FSM.
Actions
get
Parameters
txfsm_state: byte, the current state of the LLR Tx FSM that the port is in. Possible values are:LLR_OFF = 0: The LLR Tx FSM is in the LLR_OFF state.INIT = 1: The LLR Tx FSM is in the INIT state.ADVANCE = 2: The LLR Tx FSM is in the ADVANCE state.REPLAY = 3: The LLR Tx FSM is in the REPLAY state.FLUSH = 4: The LLR Tx FSM is in the FLUSH state.
ns_in_llr_off: long, the number of nanoseconds the FSM has been in the LLR_OFF state since the last time it was cleared.ns_in_init: long, the number of nanoseconds the FSM has been in the INIT state since the last time it was cleared.ns_in_advance: long, the number of nanoseconds the FSM has been in the ADVANCE state since the last time it was cleared.ns_in_replay: long, the number of nanoseconds the FSM has been in the REPLAY state since the last time it was cleared.ns_in_flush: long, the number of nanoseconds the FSM has been in the FLUSH state since the last time it was cleared.
Example
# get
input: 0/1 P_UE_LLR_TXFSM_STATE ?
output: 0/1 P_UE_LLR_TXFSM_STATE ADVANCE 100 100 100 100 100