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
current: byte, Current LOA status of the port.TRUE = 1indicates LOA is currently present.FALSE = 0indicates LOA is not present.
latched: byte, Latched LOA status of the port. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates LOA has occurred.FALSE = 0indicates LOA has not occurred.
Example
# get
input: 0/1 PL1_LOA_STATUS ?
output: 0/1 PL1_LOA_STATUS FALSE TRUE