Lauda thermostats

This is the basic Python class to ...

Using EPICS Lauda thermostats module

Usage of Python class for EPICS Lauda thermostats.

class py4syn.epics.LaudaClass.Lauda(pvPrefix='', mnemonic='')[source]

Python class to help configuration and control of Lauda devices via Hyppie over EPICS.

Examples

>>> from py4syn.epics.MotorClass import Motor
>>>    
>>> def createMotor(pvName=""):
...    
...    new_motor = ''
...    
...    try:
...        new_motor = Motor(PV)
...            print "Motor " + pvName + " created with success!"
...    except Exception,e:
...        print "Error: ",e
...    
...    return new_motor

Constructor See py4syn.epics.StandardDevice

Parameters:

pvPrefix : string

Lauda’s device base naming of the PV (Process Variable)

mnemonic : string

Lauda’s mnemonic