M_TIMEADJUSTMENT
code: 88
# set
<module-index> M_TIMEADJUSTMENT <adjust>
# get
<module-index> M_TIMEADJUSTMENT ?
Description
Control time adjustment for module wall clock.
Actions
set, get
Parameters
adjust
: integer, the time adjustment value for the module clock in 1/16 ns. For example, if you want to adjust 6 ns,<adjust>
should be 6*16.
Example
# set
input: 0 M_TIMEADJUSTMENT 16
output: <OK>
# get
input: 0 M_TIMEADJUSTMENT ?
output: 0 M_TIMEADJUSTMENT 16