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.

Actions

get

Indices

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

Parameters

  1. curr: integer, signed32, current Rx PPM of the specified SerDes.

  2. min: integer, signed32, minimum Rx PPM of the specified SerDes.

  3. max: integer, signed32, maximum Rx PPM of the specified SerDes.

Example

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