M_TXCLOCKSOURCE_NEW
code: 410
# set
<module-index> M_TXCLOCKSOURCE_NEW <tx_clock>
# get
<module-index> M_TXCLOCKSOURCE_NEW ?
Description
For test modules with advanced timing features, select what clock drives the port TX rates.
Actions
set, get
Parameters
tx_clock
: byte, the test module’s TX clock source settings
MODULELOCALCLOCK = 0
SMAINPUT = 1
P0RXCLK = 2
P1RXCLK = 3
P2RXCLK = 4
P3RXCLK = 5
P4RXCLK = 6
P5RXCLK = 7
P6RXCLK = 8
P7RXCLK = 9
Example
# set
input: 0 M_TXCLOCKSOURCE_NEW MODULELOCALCLOCK
output: <OK>
# get
input: 0 M_TXCLOCKSOURCE_NEW ?
output: 0 M_TXCLOCKSOURCE_NEW MODULELOCALCLOCK