navigate.model.devices.stage.conex.ConexCCAPI
- class navigate.model.devices.stage.conex.ConexCCAPI(port, logger_func=<function info>)
Bases:
object
Handles low-level serial communication with the CONEX-CC controller. This is the core device interface, analogous to TigerController in asi.py.
- __init__(port, logger_func=<function info>)
Methods
__init__
(port[, logger_func])connect
()disconnect
()get_position
()get_status
()get_version
()initialize_controller
()is_motion_done
()move_absolute
(position[, wait])query
(command)stop_motion
()wait_for_motion_to_stop
([timeout_sec])