Qudi
Public Member Functions | List of all members
process_control_interface.ProcessControlInterface Class Reference

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

Inheritance diagram for process_control_interface.ProcessControlInterface:
Inheritance graph
[legend]
Collaboration diagram for process_control_interface.ProcessControlInterface:
Collaboration graph
[legend]

Public Member Functions

def setControlValue (self, value)
 Set the value of the controlled process variable.
 
def getControlValue (self)
 Get the value of the controlled process variable.
 
def getControlUnit (self)
 Return the unit that the value is set in as a tuple of ('abreviation', 'full unit name')
 
def getControlLimits (self)
 Return limits within which the controlled value can be set as a tuple of (low limit, high limit)
 
- 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 control a single value.

Used for PID control.


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