pylabrobot.revvity.celigo.CeligoConfig.from_install#

classmethod CeligoConfig.from_install(install_dir: str, magnification: int = 3) CeligoConfig#

Load the complete configuration set used to initialize Celigo.

install_dir may be the Celigo installation root, its ConfigFiles directory, or the path to USBIOHardwareConfig.config.

config = CeligoConfig.from_install("/path/to/Celigo/ConfigFiles")
celigo = Celigo(config=config)
Parameters:
  • install_dir (str)

  • magnification (int)

Return type:

CeligoConfig