PL1_RX_FREQ

code: 553

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

Description

Return the current, minimum and maximum port Rx frequency in Hz 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: long, unsigned32, Current Rx frequency in Hz.

  2. min: long, unsigned32, Minimum Rx frequency in Hz.

  3. max: long, unsigned32, Maximum Rx frequency in Hz.

Example

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