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.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='',
phaseCheckReqFlag=False,
deenergizeReqFlag=False,
authorityName='',
tagIssueTime='',
groundReqFlag=False,
workDescription='',
workEndTime='',
ConductingEquipment=None,
SafetyDocument=None,
ClearanceTagType=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) |
|
|
|
|
| setSafetyDocument(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|