Contents

Zeiss ImportsΒΆ

There is a submodule, imports, which puts all the imports for a single microscope into one statement. For example, by running the below code you will import hardware_control_zeiss as hardware_control, zen_experiment_info as experiment_info, and all the ZEN connectors, i.e. connect_zen_blue and connect_zen_black, under the name zeiss.

import microscope_automation.imports.zeiss as zeiss
zeiss.connect_zen_blue.ConnectMicroscope()