M_CLOCKSWEEPSTATUS#

code: 414

# get
<module-index> M_CLOCKSWEEPSTATUS ?

Description#

Return the current status of the M_CLOCKPPBSWEEP function.

Actions#

get

Parameters#

  1. state: byte: specifying if a sweep is active.

  • OFF

  • SWEEPING

  1. curr_sweep: integer, >=0, the current full sweep number, counting from 0.

  2. curr_step: integer, >=0, the current step number inside the sweep, counting from 0.

  3. 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