TangoAttrValue
¶
digraph inheritancef2358d5578 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"TangoAttrValue" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="A TaurusAttrValue specialization to decode PyTango.DeviceAttribute"];
"TaurusAttrValue" -> "TangoAttrValue" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusAttrValue" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"TaurusModelValue" -> "TaurusAttrValue" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusModelValue" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
}
-
class
TangoAttrValue
(attr=None, pytango_dev_attr=None, config=None)[source]¶ Bases:
taurus.core.taurusbasetypes.TaurusAttrValue
A TaurusAttrValue specialization to decode PyTango.DeviceAttribute objects
-
property
has_failed
¶ 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
-
property