Holds an outage start and end time for each supply point of an outage
record. The supply point for a given step is the associated
PowerSystemResource instance.Holds an outage start and end time for each
supply point of an outage record. The supply point for a given step is
the associated PowerSystemResource instance.
|
|
__init__(self,
averageCml=0.0,
damage=False,
specialCustomerCount=0,
criticalCustomerCount=0,
estimatedRestoreDateTime='',
shockReported=False,
callerCount=0,
fatality=False,
jobPriority='',
totalCustomerCount=0,
injury=False,
totalCml=0.0,
Crews=None,
noPowerInterval=None,
ConductingEquipmentRoles=None,
status=None,
OutageRecord=None,
OutageCodes=None,
*args,
**kw_args)
Initialises a new 'OutageStep' instance. |
|
|
|
|
| addConductingEquipmentRoles(self,
*ConductingEquipmentRoles) |
|
|
|
|
|
|
|
| addOutageCodes(self,
*OutageCodes) |
|
|
|
|
| getConductingEquipmentRoles(self) |
|
|
|
|
|
|
|
getOutageCodes(self)
Multiple outage codes may apply to an outage step. |
|
|
|
|
|
|
|
| removeConductingEquipmentRoles(self,
*ConductingEquipmentRoles) |
|
|
|
|
| removeCrews(self,
*Crews) |
|
|
|
|
| removeOutageCodes(self,
*OutageCodes) |
|
|
|
|
| setConductingEquipmentRoles(self,
value) |
|
|
|
|
|
|
|
| setOutageCodes(self,
value) |
|
|
|
|
| setOutageRecord(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__
|
|
|
_attr_types = {'averageCml': <type 'float'>, 'callerCount': <t...
|
|
|
_attrs = ['averageCml', 'damage', 'specialCustomerCount', 'cri...
|
|
|
_defaults = {'averageCml': 0.0, 'callerCount': 0, 'criticalCus...
|
|
|
_many_refs = ['Crews', 'ConductingEquipmentRoles', 'OutageCodes']
|
|
|
_refs = ['Crews', 'noPowerInterval', 'ConductingEquipmentRoles...
|
|
|
noPowerInterval = None
|
|
|
status = None
|
|
|