EpicsAttribute

- class EpicsAttribute(name='', parent=None, storeCallback=None)[source]
A
TaurusAttributethat gives access to an Epics Process Variable.See also
Warning
In most cases this class should not be instantiated directly. Instead it should be done via the
EpicsFactory.getAttribute()Import from
taurus.core.epicsas:from taurus.core.epics import EpicsAttribute
- decode(pv)[source]
Decodes an epics PV object into a TaurusValue, and also updates other properties of the Attribute object
- encode(value)[source]
encodes the value passed to the write method into a representation that can be written with
epics.PV.put()