PL1_DEGSER_STATUS

code: 561

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

Description

This command retrieves the current and latched Degraded SER status of the port.

A Degraded SER (Symbol Error Rate) Alarm indicates that the pre-FEC (Forward Error Correction) SER has exceeded a predefined threshold, signaling potential signal degradation.

Actions

get

Parameters

  1. current: byte, Current Degraded SER status.

    • TRUE = 1 indicates DEG SER is currently present.

    • FALSE = 0 indicates DEG SER is not present.

  2. latched: byte, Latched Degraded SER status. This flag is COR (clear-on-read), which will be cleared after being read.

    • TRUE = 1 indicates DEG SER has occurred.

    • FALSE = 0 indicates DEG SER has not occurred.

Example

# get
input:  0/1 PL1_DEGSER_STATUS ?
output: 0/1 PL1_DEGSER_STATUS FALSE TRUE