navigate.model.devices.filter_wheel.ludl.build_filter_wheel_connection
- navigate.model.devices.filter_wheel.ludl.build_filter_wheel_connection(comport, baudrate, timeout=0.25)
Build LUDLFilterWheel Serial Port connection
- navigate.model.devices.filter_wheel.ludl.comport
Comport for communicating with the filter wheel, e.g., COM1.
- Type:
str
- navigate.model.devices.filter_wheel.ludl.baudrate
Baud rate for communicating with the filter wheel, e.g., 9600.
- Type:
int
- navigate.model.devices.filter_wheel.ludl.timeout
Timeout for communicating with the filter wheel, e.g., 0.25.
- Type:
float
- Returns:
Serial port connection to the filter wheel.
- Return type:
serial.Serial
- Raises:
UserWarning – Could not communicate with LUDL MAC6000 via COMPORT.