BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
devices.PressureGauge Interface Reference
Inheritance diagram for devices.PressureGauge:
Inheritance graph
[legend]
Collaboration diagram for devices.PressureGauge:
Collaboration graph
[legend]

Public Member Functions

Float getPressure () throws WrappedModbusException, ModbusException, IOException
 

Detailed Description

Describes the methods implemented by the PVCi IGC3 pressure gauge. For now, the only functionality available is to get the pressure

Definition at line 12 of file PressureGauge.java.

Member Function Documentation

Float devices.PressureGauge.getPressure ( ) throws WrappedModbusException, ModbusException, IOException
Returns
The measured pressure in millibars
Exceptions
WrappedModbusExceptionIf the Modbus Library throws a general exception.
ModbusExceptionIf there is an error in the library that causes ModbusException to be thrown explicitly.
IOExceptionif there is an error with parsing the output response

Implemented in devices.PVCiPressureGauge.


The documentation for this interface was generated from the following file:
Git Repo