mahos.meas.odmr_worker.SweeperOverlay#

class mahos.meas.odmr_worker.SweeperOverlay(cli, logger, conf: dict)#

Sweeper using Overlay.

Refer to mahos.inst.overlay.odmr_sweeper for docs of target overlay.

__init__(cli, logger, conf: dict)#

Init client (cli), logger, conf, and internal instrument list (_instruments).

InstrumentInterfaces should be added on initialization by add_instruments() in inherited class.

Methods

__init__(cli, logger, conf)

Init client (cli), logger, conf, and internal instrument list (_instruments).

append_line(line)

get_param_dict(label)

get_param_dict_labels()

start(params[, label])

Start the worker.

stop()

Stop the worker.

work()