mahos.inst.overlay.confocal_scanner.ConfocalScannerAnalog#
- class mahos.inst.overlay.confocal_scanner.ConfocalScannerAnalog(name, conf, prefix=None)#
ConfocalScannerAnalog provides primitive operations for confocal scanning.
This class performs the scanning with DAQ analog outputs.
- __init__(name, conf, prefix=None)#
Init Instrument and internal instrument list (_instruments).
Instruments should be added on initialization by add_instruments() in inherited class.
Methods
__init__
(name, conf[, prefix])Init Instrument and internal instrument list (_instruments).
close_resources
()Close instrument resources.
configure
(params[, label])Configure the instrument settings.
get
(key[, args, label])Get an instrument setting or measurement data.
get_capability
()get_line
()line_loop
(ev)start
([label])Start the instrument operation.
stop
([label])Stop the instrument operation.