Qudi
Public Member Functions | List of all members
process_interface.ProcessInterface Class Reference

A very simple interface to measure a single value. More...

Inheritance diagram for process_interface.ProcessInterface:
Inheritance graph
[legend]
Collaboration diagram for process_interface.ProcessInterface:
Collaboration graph
[legend]

Public Member Functions

def getProcessValue (self)
 Return a measured value.
 
def getProcessUnit (self)
 Return the unit that hte value is measured in as a tuple of ('abreviation', 'full unit name')
 
- Public Member Functions inherited from core.module.ModuleMeta
def __new__ (cls, name, bases, attrs)
 Collect declared Connectors, ConfigOptions and StatusVars into dictionaries. More...
 

Detailed Description

A very simple interface to measure a single value.

Used for PID controll.


The documentation for this class was generated from the following file: