PL1_RX_DATARATE

code: 568

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

Description

Return the current, minimum and maximum Rx data rates of the specified SerDes in bits per second (bps).

Actions

get

Indices

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

Parameters

  1. curr: long, unsigned 64, current Rx data rate of the specified SerDes in bits per second (bps).

  2. min: long, unsigned 64, minimum Rx data rate of the specified SerDes in bits per second (bps).

  3. max: long, unsigned 64, maximum Rx data rate of the specified SerDes in bits per second (bps).

Example

# get
input:  0/1 PL1_RX_DATARATE [0] ?
output: 0/1 PL1_RX_DATARATE [0] 19310000000 19100000000 19500000000