Package CIM14 :: Package IEC61970 :: Package Outage :: Module ClearanceTag' :: Class ClearanceTag
[hide private]
[frames] | no frames]

Class ClearanceTag

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ClearanceTag

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.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {'authorityName': <type 'str'>, 'deenergizeReqFl...
  _attrs = ['workStartTime', 'workDescription', 'workEndTime', '...
  _defaults = {'authorityName': '', 'deenergizeReqFlag': False, ...
  _refs = ['ClearanceTagType', 'ConductingEquipment']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  ClearanceTagType
The type of tag, depending on the purpose of the work to be performed and/or the type of supervisory control allowed.
  ConductingEquipment
Conducting equipment may have multiple clearance tags for authorized field work

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, workStartTime='', workDescription='', workEndTime='', authorityName='', deenergizeReqFlag=False, groundReqFlag=False, tagIssueTime='', phaseCheckReqFlag=False, ClearanceTagType=None, ConductingEquipment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ClearanceTag' instance.

Parameters:
  • workStartTime - The time at which the clearance tag is scheduled to be set.
  • workDescription - Description of the work to be performed
  • workEndTime - The time at which the clearance tag is scheduled to be removed
  • authorityName - The name of the person who is authorized to issue the tag
  • deenergizeReqFlag - Set true if equipment must be deenergized
  • groundReqFlag - Set true if equipment must be grounded
  • tagIssueTime - The time at which the clearance tag was issued
  • phaseCheckReqFlag - Set true if equipment phasing must be checked
  • ClearanceTagType - The type of tag, depending on the purpose of the work to be performed and/or the type of supervisory control allowed.
  • ConductingEquipment - Conducting equipment may have multiple clearance tags for authorized field work
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'authorityName': <type 'str'>,
 'deenergizeReqFlag': <type 'bool'>,
 'groundReqFlag': <type 'bool'>,
 'phaseCheckReqFlag': <type 'bool'>,
 'tagIssueTime': <type 'str'>,
 'workDescription': <type 'str'>,
 'workEndTime': <type 'str'>,
 'workStartTime': <type 'str'>}

_attrs

Value:
['workStartTime',
 'workDescription',
 'workEndTime',
 'authorityName',
 'deenergizeReqFlag',
 'groundReqFlag',
 'tagIssueTime',
 'phaseCheckReqFlag']

_defaults

Value:
{'authorityName': '',
 'deenergizeReqFlag': False,
 'groundReqFlag': False,
 'phaseCheckReqFlag': False,
 'tagIssueTime': '',
 'workDescription': '',
 'workEndTime': '',
 'workStartTime': ''}

Property Details [hide private]

ClearanceTagType

The type of tag, depending on the purpose of the work to be performed and/or the type of supervisory control allowed.

Get Method:
getClearanceTagType(self) - The type of tag, depending on the purpose of the work to be performed and/or the type of supervisory control allowed.
Set Method:
setClearanceTagType(self, value)

ConductingEquipment

Conducting equipment may have multiple clearance tags for authorized field work

Get Method:
getConductingEquipment(self) - Conducting equipment may have multiple clearance tags for authorized field work
Set Method:
setConductingEquipment(self, value)