EpicsDevice

Inheritance diagram of 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.

Warning

In most cases this class should not be instantiated directly. Instead it should be done via the EpicsFactory.getDevice()

decode(event_value)[source]
classmethod factory()[source]
getAttribute(attrname)[source]

Returns the attribute object given its name

classmethod getNameValidator()[source]