A <b>control area </b>is a grouping of <b>generating
units</b> and/or loads and a cutset of tie lines (as
<b>terminals</b>) which may be used for a variety of purposes
including automatic generation control, powerflow solution area
interchange control specification, and input to load forecasting. Note
that any number of overlapping control area specifications can be
superimposed on the physical model.A <b>control area </b>is a
grouping of <b>generating units</b> and/or loads and a cutset
of tie lines (as <b>terminals</b>) which may be used for a
variety of purposes including automatic generation control, powerflow
solution area interchange control specification, and input to load
forecasting. Note that any number of overlapping control area
specifications can be superimposed on the physical model.
|
|
__init__(self,
type='Forecast',
pTolerance=0.0,
netInterchange=0.0,
ControlAreaGeneratingUnit=None,
TieFlow=None,
EnergyArea=None,
*args,
**kw_args)
Initialises a new 'ControlArea' instance. |
|
|
|
|
| addControlAreaGeneratingUnit(self,
*ControlAreaGeneratingUnit) |
|
|
|
|
| addTieFlow(self,
*TieFlow) |
|
|
|
|
getControlAreaGeneratingUnit(self)
The generating unit specificaitons for the control area. |
|
|
|
|
getEnergyArea(self)
The energy area that is forecast from this control area
specification. |
|
|
|
|
getTieFlow(self)
The tie flows associated with the control area. |
|
|
|
|
| removeControlAreaGeneratingUnit(self,
*ControlAreaGeneratingUnit) |
|
|
|
|
| removeTieFlow(self,
*TieFlow) |
|
|
|
|
| setControlAreaGeneratingUnit(self,
value) |
|
|
|
|
| setEnergyArea(self,
value) |
|
|
|
|
|
|
Inherited from Core.PowerSystemResource'.PowerSystemResource:
addAssets,
addChangeItems,
addDocumentRoles,
addErpOrganisationRoles,
addMeasurements,
addNetworkDataSets,
addOperatingShare,
addPSREvent,
addPsrLists,
addReportingGroup,
addSafetyDocuments,
addScheduleSteps,
getAssets,
getChangeItems,
getDocumentRoles,
getErpOrganisationRoles,
getLocation,
getMeasurements,
getNetworkDataSets,
getOperatingShare,
getOutageSchedule,
getPSREvent,
getPSRType,
getPsrLists,
getReportingGroup,
getSafetyDocuments,
getScheduleSteps,
removeAssets,
removeChangeItems,
removeDocumentRoles,
removeErpOrganisationRoles,
removeMeasurements,
removeNetworkDataSets,
removeOperatingShare,
removePSREvent,
removePsrLists,
removeReportingGroup,
removeSafetyDocuments,
removeScheduleSteps,
setAssets,
setChangeItems,
setDocumentRoles,
setErpOrganisationRoles,
setLocation,
setMeasurements,
setNetworkDataSets,
setOperatingShare,
setOutageSchedule,
setPSREvent,
setPSRType,
setPsrLists,
setReportingGroup,
setSafetyDocuments,
setScheduleSteps
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 = {'netInterchange': <type 'float'>, 'pTolerance':...
|
|
|
_attrs = ['type', 'pTolerance', 'netInterchange']
|
|
|
_defaults = {'netInterchange': 0.0, 'pTolerance': 0.0, 'type':...
|
|
|
_enums = {'type': 'ControlAreaTypeKind'}
|
|
|
_many_refs = ['ControlAreaGeneratingUnit', 'TieFlow']
|
|
|
_refs = ['ControlAreaGeneratingUnit', 'TieFlow', 'EnergyArea']
|