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