PL1_RX_PPM

code: 554

# get
<module-index>/<port-index> PL1_RX_PPM [<serdes_index>] ?

Description

Return the current, minimum and maximum Rx ppm of the specified SerDes since last clearance by PL1_CLEAR.

Actions

get

Indices

  1. serdes_index: integer, the index of the SerDes lane. SerDes lane index starts from 0.

Parameters

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

Example

# get
input:  0/1 PL1_RX_PPM [0] ?
output: 0/1 PL1_RX_PPM [0] 1000 900 1200