|
|
__init__(self,
customerCount=0,
qfixedPct=0.0,
pfixed=0.0,
pfixedPct=0.0,
qfixed=0.0,
aggregateLoad0=None,
PowerCutZone=None,
ServiceDeliveryPoints=None,
LoadResponse=None,
*args,
**kw_args)
Initialises a new 'EnergyConsumer' instance. |
|
|
|
|
| addServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| addaggregateLoad0(self,
*aggregateLoad0) |
|
|
|
|
getLoadResponse(self)
The load response characteristic of this load. |
|
|
|
|
getPowerCutZone(self)
An energy consumer is assigned to a power cut zone |
|
|
|
|
| getServiceDeliveryPoints(self) |
|
|
|
|
|
|
|
| removeServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
|
| removeaggregateLoad0(self,
*aggregateLoad0) |
|
|
|
|
| setLoadResponse(self,
value) |
|
|
|
|
| setPowerCutZone(self,
value) |
|
|
|
|
| setServiceDeliveryPoints(self,
value) |
|
|
|
|
| setaggregateLoad0(self,
value) |
|
|
|
Inherited from Core.ConductingEquipment'.ConductingEquipment:
addClearanceTags,
addProtectionEquipments,
addTerminals,
getBaseVoltage,
getClearanceTags,
getProtectionEquipments,
getSvStatus,
getTerminals,
removeClearanceTags,
removeProtectionEquipments,
removeTerminals,
setBaseVoltage,
setClearanceTags,
setProtectionEquipments,
setSvStatus,
setTerminals
Inherited from Core.Equipment'.Equipment:
addContingencyEquipment,
addCustomerAgreements,
addOperationalLimitSet,
getContingencyEquipment,
getCustomerAgreements,
getEquipmentContainer,
getOperationalLimitSet,
removeContingencyEquipment,
removeCustomerAgreements,
removeOperationalLimitSet,
setContingencyEquipment,
setCustomerAgreements,
setEquipmentContainer,
setOperationalLimitSet
Inherited from Core.PowerSystemResource'.PowerSystemResource:
addAssets,
addBlock,
addMeasurements,
addOperatingShare,
addPsrLists,
addReportingGroup,
getAssets,
getBlock,
getLocation,
getMeasurements,
getOperatingShare,
getOutageSchedule,
getPSRType,
getPsrLists,
getReportingGroup,
removeAssets,
removeBlock,
removeMeasurements,
removeOperatingShare,
removePsrLists,
removeReportingGroup,
setAssets,
setBlock,
setLocation,
setMeasurements,
setOperatingShare,
setOutageSchedule,
setPSRType,
setPsrLists,
setReportingGroup
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'customerCount': <type 'int'>, 'pfixed': <type ...
|
|
|
_attrs = ['customerCount', 'qfixedPct', 'pfixed', 'pfixedPct',...
|
|
|
_defaults = {'customerCount': 0, 'pfixed': 0.0, 'pfixedPct': 0...
|
|
|
_enums = {}
|
|
|
_many_refs = ['aggregateLoad0', 'ServiceDeliveryPoints']
|
|
|
_refs = ['aggregateLoad0', 'PowerCutZone', 'ServiceDeliveryPoi...
|