PL1AD_RX_HISER

code: 559

# get
<module-index>/<port-index> PL1AD_RX_HISER ?

Description

Returns the current and latched High SER status of the port, when High SER Alarm, controlled by PL1AD_RX_HISER_ALARM command, is enabled. If High SER Alarm is disabled, both status will be False.

High 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: boolean, Current state of the High SER Alarm of the port. ON indicates that High SER Alarm is enabled, OFF indicates it is disabled. The same alarm state can also be retrieved using PL1AD_RX_HISER_ALARM.

  2. current_hiser: boolean, Current High SER status of the port. True indicates a current High SER condition.

  3. latched_hiser: boolean, Latched High SER status of the port. True indicates a High SER condition has occurred.

Example

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