Module hybrids: device adapters for hybrid Sensor/Actuator devices

A hybrid adapters for systems that don’t lend themselves to the Sensor/Actuator framework.

Instead we can wrap them directly into a Scan1D object.

class microscopy.device_adapters.hybrids.Scan1D_AIO(aioscan)[source]

Wrapper to make the MCCDAQ Synchronous Analog Input/Output scan a valid Microscope scan.

run(scan_back=False, reverse_next=False)[source]

Run the AIO scan.

kwargs are ignored.