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.

Actions

get

Parameters

  1. curr: integer, signed32, current Tx PPM of the port.

  2. min: integer, signed32, minimum Tx PPM of the port.

  3. max: integer, signed32, maximum Tx PPM of the port.

Example

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