TangoAttrValue

Inheritance diagram of TangoAttrValue
class TangoAttrValue(attr=None, pytango_dev_attr=None, config=None)[source]

A TaurusAttrValue specialization to decode PyTango.DeviceAttribute objects

Import from taurus.core.tango as:

from taurus.core.tango import TangoAttrValue
property has_failed

for backwards compat with taurus < 4

Deprecated since version 4.0: Use .error instead

property value

for backwards compat with taurus < 4

Deprecated since version 4.0: Use .rvalue instead

property w_value

for backwards compat with taurus < 4

Deprecated since version 4.0: Use .wvalue instead