A pre-established pattern over time for a controlled variable, e.g.,
busbar voltage.
|
__init__(self,
lineDropX=0.0,
lineDropR=0.0,
lineDropCompensation=False,
RegulatingControl=None,
VoltageControlZones=None,
*args,
**kw_args)
Initialises a new 'RegulationSchedule' instance. |
|
|
|
addVoltageControlZones(self,
*VoltageControlZones) |
|
|
|
getRegulatingControl(self)
Regulating controls that have this Schedule. |
|
|
|
getVoltageControlZones(self)
A VoltageControlZone may have a voltage regulation schedule. |
|
|
|
removeVoltageControlZones(self,
*VoltageControlZones) |
|
|
|
setRegulatingControl(self,
value) |
|
|
|
setVoltageControlZones(self,
value) |
|
|
Inherited from LoadModel.SeasonDayTypeSchedule'.SeasonDayTypeSchedule :
getDayType ,
getSeason ,
setDayType ,
setSeason
Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule :
addTimePoints ,
getTimePoints ,
removeTimePoints ,
setTimePoints
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|