TaurusAuthority

digraph inheritance113e931829 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "Logger" [URL="taurus-Logger.html#taurus.Logger",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,target="_top",tooltip="The taurus logger class. All taurus pertinent classes should inherit"]; "TaurusAuthority" [URL="#taurus.core.taurusauthority.TaurusAuthority",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,target="_top"]; "TaurusModel" -> "TaurusAuthority" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TaurusModel" [URL="taurus.core.taurusmodel-TaurusModel.html#taurus.core.taurusmodel.TaurusModel",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,target="_top"]; "Logger" -> "TaurusModel" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class TaurusAuthority(complete_name='', parent=None)[source]

Import from taurus.core.taurusauthority as:

from taurus.core.taurusauthority import TaurusAuthority
classmethod buildModelName(parent_model, relative_name)[source]

build an ‘absolute’ model name from the parent name and the ‘relative’ name. parent_model is ignored since there is nothing above the Authority object

Note: This is a basic implementation. You may need to reimplement this

for a specific scheme if it supports “useParentModel”.

cleanUp()[source]

The cleanUp. Default implementation does nothing Overwrite when necessary

property description
getChildObj(child_name)[source]
getDevice(devname)[source]

Returns the device object given its name

getDisplayDescrObj(cache=True)[source]

A brief description of the model. Can be used as tooltip, for example.

getDisplayDescription(cache=True)[source]
classmethod getNameValidator()[source]
classmethod getTaurusElementType()[source]