TangoAuthority
¶
digraph inheritance90760321cc {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"Logger" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="The taurus logger class. All taurus pertinent classes should inherit"];
"Object" -> "Logger" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Object" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"TangoAuthority" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"TaurusAuthority" -> "TangoAuthority" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusAuthority" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"TaurusModel" -> "TaurusAuthority" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusModel" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"Logger" -> "TaurusModel" [arrowsize=0.5,style="setlinewidth(0.5)"];
}
-
class
TangoAuthority
(host=None, port=None, parent=None)[source]¶ Bases:
taurus.core.taurusauthority.TaurusAuthority
-
deviceTree
()[source]¶ Returns a tree container with all devices in three levels : domain, family and member
Return type: TangoDevTree
Returns: a tree containning all devices
-
getAliasNames
()[source]¶ Returns a list of registered tango device alias
Return type: sequence
<str
>Returns: a sequence with all registered tango device alias
-
getClassNames
()[source]¶ Returns a list of registered tango device classes
Return type: sequence
<str
>Returns: a sequence with all registered tango device classes
-
getDescription
(**kwargs)¶ Deprecated since version 4.0: Use .description instead
-
getDevice
(name)[source]¶ Reimplemented from
TaurusDevice
to use cache and returntaurus.core.tango.TangoDevInfo
objects with information about the given device nameParameters: name ( str
) – the device nameReturn type: TangoDevInfo
Returns: information about the tango device
-
getDeviceNames
()[source]¶ Returns a list of registered tango device names
Return type: sequence
<str
>Returns: a sequence with all registered tango device names
-
getDisplayValue
(**kwargs)¶ Deprecated since version 4.0: Use getFullName instead
-
getServerNames
()[source]¶ Returns a list of registered tango device servers in format<name>/<instance>
Return type: sequence
<str
>Returns: a sequence with all registered tango device servers
-
getValueObj
(**kwargs)¶ Deprecated since version 4.0: Use getTangoDB instead
-