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

  1. pcsl_index: integer, the index of the PCSL. PCSL index starts from 0.

Parameters

  1. current: byte, Current LOA status of the specified PCSL.

    • TRUE = 1 indicates LOA is currently present.

    • FALSE = 0 indicates LOA is not present.

  2. latched: byte, Latched LOA status of the specified PCSL. 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_PCSL_LOA_STATUS [0] ?
output: 0/1 PL1_PCSL_LOA_STATUS [0] FALSE TRUE