PL1_HIBER_STATUS
code: 558
# get
<module-index>/<port-index> PL1_HIBER_STATUS ?
Description
Returns the current and the latched High BER status of the port.
Actions
get
Parameters
current: byte, Current High BER status of the port.TRUE = 1indicates HI-BER is currently present.FALSE = 0indicates HI-BER is not present.
latched: byte, Latched High BER status of the port. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates HI-BER has occurred.FALSE = 0indicates HI-BER has not occurred.
Example
# get
input: 0/1 PL1_HIBER_STATUS ?
output: 0/1 PL1_HIBER_STATUS FALSE TRUE