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

  1. current: byte, Current High BER status of the port.

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

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

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

    • TRUE = 1 indicates HI-BER has occurred.

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

Example

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