P_FAULTSTATUS
code: 349
# get
<module-index>/<port-index> P_FAULTSTATUS ?
Description
Returns the current and the latched Local and Remote Fault status of the port.
Actions
get
Parameters
lf_curr: byte, current local fault status of the port.
OK = 0
FAULT = 1
rf_curr: byte, current remote fault status of the port.
OK = 0
FAULT = 1
lf_latched: byte, latched local fault status of the port.
OK = 0
FAULT = 1
rf_latched: byte, latched remote fault status of the port.
OK = 0
FAULT = 1
Example
# get
input: 0/1 P_FAULTSTATUS ?
output: 0/1 P_FAULTSTATUS OK OK OK OK