M_CLOCKSWEEPSTATUS
code: 414
# get
<module-index> M_CLOCKSWEEPSTATUS ?
Description
Return the current status of the M_CLOCKPPBSWEEP function.
Actions
get
Parameters
state
: byte: specifying if a sweep is active.
OFF
SWEEPING
curr_sweep
: integer,>=0
, the current full sweep number, counting from 0.curr_step
: integer,>=0
, the current step number inside the sweep, counting from 0.max_steps
: integer,>0
, the total number of steps comprising a full sweep. For “linear” sweeps (ppb_step=0
, see M_CLOCKPPBSWEEP) this number is determined by the chassis. In other cases, the number is implicitly given by the M_CLOCKPPBSWEEP parameters.
Example
# get
input: 0 M_CLOCKSWEEPSTATUS ?
output: 0 M_CLOCKSWEEPSTATUS SWEEPING 2 13 40