PL1_PCSL_LOA_STATUS
code: 571
# get
<module-index>/<port-index> PL1_PCSL_LOA_STATUS [<pcsl_index>]?
Description
Returns the current and the latched LOA status per PCSL.
Actions
get
Indices
pcsl_index: integer, the index of the PCSL. PCSL index starts from 0.
Parameters
current: byte, Current LOA status of the specified PCSL.TRUE = 1indicates LOA is currently present.FALSE = 0indicates LOA is not present.
latched: byte, Latched LOA status of the specified PCSL. 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_PCSL_LOA_STATUS [0] ?
output: 0/1 PL1_PCSL_LOA_STATUS [0] FALSE TRUE