EpicsDevice
¶
-
class
EpicsDevice
(name, **kw)[source]¶ Bases:
taurus.core.taurusdevice.TaurusDevice
An Epics device object. @todo: For the moment is a dummy object. Eventually we may map it to an epics record.
See also
Warning
In most cases this class should not be instantiated directly. Instead it should be done via the
EpicsFactory.getDevice()