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

  1. alarm_state: byte, Current state of the HI-SER Alarm of the port.

    • ON = 1 means the alarm is enabled.

    • OFF = 0 means it is disabled.

  2. current: byte, Current HI-SER status of the port.

    • TRUE = 1 indicates HI-SER is currently present.

    • FALSE = 0 indicates HI-SER is not present.

  3. latched: byte, Latched HI-SER status of the port. This flag is COR (clear-on-read), which will be cleared after being read.

    • TRUE = 1 indicates HI-SER has occurred.

    • FALSE = 0 indicates HI-SER has not occurred.

Example

# get
input:  0/1 PL1_HISER_STATUS ?
output: 0/1 PL1_HISER_STATUS ON FALSE TRUE