PL1_HISER_ALARM
code: 560
# set
<module-index>/<port-index> PL1_HISER_ALARM <alarm_state>
# get
<module-index>/<port-index> PL1_HISER_ALARM ?
Description
Controls the HI-SER Alarm state of the port. When enabled, the port will signal a HI-SER Alarm if 5560 RS-FEC symbol errors are detected in a contiguous block of 8192 non-overlapping RS-FEC codewords (Use PL1_HISER_STATUS to retrieve the status).
When disabled, the HI-SER Alarm will not be signaled regardless of the symbol error rate.
Actions
set, get
Parameters
alarm_state: byte, Enables or disables the HI-SER Alarm on the port.ON = 1enables the alarm.OFF = 0disables it.
Example
# set
input: 0/1 PL1_HISER_ALARM ON
output: <OK>
# get
input: 0/1 PL1_HISER_ALARM ?
output: 0/1 PL1_HISER_ALARM ON