pyobs-zaber
This is a pyobs (documentation) module for selecting between named positions (e.g. instrument ports) on a Zaber linear motor.
Example configuration
This is an example configuration:
class: pyobs_zaber.ZaberModeSelector
port: /dev/ttyUSB0
modes:
Photometry: 0
Spectroscopy: 50000
# communication
comm:
jid: test@example.com
password: ***
Available classes
There is one single class for Zaber motors.
ZaberModeSelector
- class ZaberModeSelector(modes: dict, **kwargs: Any)
-
Class for the Selection of Modus with a linear Motor (e.g. Spectroscopy or Photometry).
Creates a new ZaberModeSelector. :Parameters: modes – dictionary of available modes in the form {name: position}