tomato driver for Omega *USBH pressure transducers.
This driver is using the serial port interface, based on the commands in the API documentation. This driver is developed by the ConCat lab at TU Berlin.
Install the package using pip, e.g. pip install tomato-omega. No further driver-specific steps are necessary.
measure_pressurewhich measures the temperature on a given serial port (address)
pressurewhich is the current pressure,pint.Quantity(float, unit)
serialwhich is the serial number (str) of the device,gaugewhich is aboolindicating whether gauge (True) or absolute (False) pressure is reported
- Peter Kraus