C_FLASH

code: 28

# set
C_FLASH <on_off>

# get
C_FLASH ?

Description

Make all the test port LEDs flash on and off with a 1-second interval. This is helpful if you have multiple chassis mounted side by side and you need to identify a specific one.

Actions

set, get

Parameters

  1. on_off: byte, determines whether to blink all test port LEDs.

  • OFF = 0

  • ON = 1

Example

# set
input:  C_FLASH OFF
output: <OK>

# get
input:  C_FLASH ?
output: C_FLASH OFF