A clearance tag that is used to authorize and schedule work on
conducting equipment in the field. Tagged equipment is not available for
commercial service.
|
__init__(self,
workStartTime='
' ,
workDescription='
' ,
workEndTime='
' ,
authorityName='
' ,
deenergizeReqFlag=False,
groundReqFlag=False,
tagIssueTime='
' ,
phaseCheckReqFlag=False,
ClearanceTagType=None,
ConductingEquipment=None,
*args,
**kw_args)
Initialises a new 'ClearanceTag' instance. |
|
|
|
getClearanceTagType(self)
The type of tag, depending on the purpose of the work to be performed
and/or the type of supervisory control allowed. |
|
|
|
getConductingEquipment(self)
Conducting equipment may have multiple clearance tags for authorized
field work |
|
|
|
setClearanceTagType(self,
value) |
|
|
|
setConductingEquipment(self,
value) |
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|