Class EpicsLakeshore340Controller

All Implemented Interfaces:
Device, ILakeshoreController, InitializationListener, Configurable, Findable, gda.observable.IObservable

public class EpicsLakeshore340Controller extends DeviceBase implements ILakeshoreController, InitializationListener
This class is designed to support Oxford Cryostream 700 and Phenix Crystat .

Example bean definition in Spring

 
 <bean id="lakeshore_controller" class="gda.device.temperature.EpicsLakeshore340Controller">
	<property name="pvName" value="ME01D-EA-TCTRL-01:"/>
	<property name="local" value="true"/>
	<property name="configureAtStartup" value="true"/>
</bean>