P_FLASH#

code: 123

# set
<module-index>/<port-index> P_FLASH <on_off>

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

Description#

Make the test port LED for a particular port flash on and off with a 1-second interval. This is helpful when you need to identify a specific port within a chassis.

Actions#

set, get

Parameters#

  1. on_off: byte, the status of the LED flashing status of the port.

  • OFF = 0

  • ON = 1

Example#

# set
input:  0/1 P_FLASH OFF
output: <OK>

# get
input:  0/1 P_FLASH ?
output: 0/1 P_FLASH OFF