PL1_LOA_STATUS

code: 557

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

Description

Returns the current and the latched LOA status of the port.

Actions

get

Parameters

  1. current: byte, Current LOA status of the port.

    • TRUE = 1 indicates LOA is currently present.

    • FALSE = 0 indicates LOA is not present.

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

    • TRUE = 1 indicates LOA has occurred.

    • FALSE = 0 indicates LOA has not occurred.

Example

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