PL1_TX_PPM

code: 555

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

Description

Return the current, minimum and maximum Tx ppm of the port since last clearance by PL1_CLEAR.

Actions

get

Parameters

<<<<<<< HEAD:docs/source/cli_ref/port/layer1_adv/pl1_tx_ppm.rst 1. curr: integer, signed32, current Tx ppm of the port since last clearance by PL1_CLEAR. 2. min: integer, signed32, minimum Tx ppm of the port since last clearance by PL1_CLEAR. 3. max: integer, signed32, maximum Tx ppm of the port since last clearance by PL1_CLEAR. ======= 1. curr: integer, signed32, current Tx PPM of the port since last clearance by PL1_CLEAR. 2. min: integer, signed32, minimum Tx PPM of the port since last clearance by PL1_CLEAR. 3. max: integer, signed32, maximum Tx PPM of the port since last clearance by PL1_CLEAR. >>>>>>> dev:docs/source/cli_ref/port/layer1/layer1_adv/pl1_tx_ppm.rst

Example

# get
input:  0/1 PL1_TX_PPM ?
output: 0/1 PL1_TX_PPM 1000 900 1200