PL1_HISER_STATUS
code: 559
# get
<module-index>/<port-index> PL1_HISER_STATUS ?
Description
Returns the current and latched HI-SER status of the port, when HI-SER Alarm, controlled by PL1_HISER_ALARM command, is enabled. If HI-SER Alarm is disabled, both status will be False.
HI-SER status is set if 5560 RS-FEC symbol errors are detected in a contiguous block of 8192 non-overlapping RS-FEC codewords.
Actions
get
Parameters
alarm_state: byte, Current state of the HI-SER Alarm of the port.ON = 1means the alarm is enabled.OFF = 0means it is disabled.
current: byte, Current HI-SER status of the port.TRUE = 1indicates HI-SER is currently present.FALSE = 0indicates HI-SER is not present.
latched: byte, Latched HI-SER status of the port. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates HI-SER has occurred.FALSE = 0indicates HI-SER has not occurred.
Example
# get
input: 0/1 PL1_HISER_STATUS ?
output: 0/1 PL1_HISER_STATUS ON FALSE TRUE