Package CIM14 :: Package IEC61970 :: Package Equivalents :: Module EquivalentInjection' :: Class EquivalentInjection
[hide private]
[frames] | no frames]

Class EquivalentInjection

                           object --+                        
                                    |                        
                     Element'.Element --+                    
                                        |                    
  Core.IdentifiedObject'.IdentifiedObject --+                
                                            |                
Core.PowerSystemResource'.PowerSystemResource --+            
                                                |            
                        Core.Equipment'.Equipment --+        
                                                    |        
        Core.ConductingEquipment'.ConductingEquipment --+    
                                                        |    
                 EquivalentEquipment'.EquivalentEquipment --+
                                                            |
                                                           EquivalentInjection

This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the local connectivity node.

Instance Methods [hide private]
 
__init__(self, maxP=0.0, regulationCapability=False, regulationTarget=0.0, minP=0.0, regulationStatus=False, *args, **kw_args)
Initialises a new 'EquivalentInjection' instance.

Inherited from EquivalentEquipment'.EquivalentEquipment: getEquivalentNetwork, setEquivalentNetwork

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__

Class Variables [hide private]
  _attr_types = {'maxP': <type 'float'>, 'minP': <type 'float'>,...
  _attrs = ['maxP', 'regulationCapability', 'regulationTarget', ...
  _defaults = {'maxP': 0.0, 'minP': 0.0, 'regulationCapability':...
  _refs = []
Properties [hide private]

Inherited from EquivalentEquipment'.EquivalentEquipment: EquivalentNetwork

Inherited from Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, ClearanceTags, ProtectionEquipments, SvStatus, Terminals

Inherited from Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, maxP=0.0, regulationCapability=False, regulationTarget=0.0, minP=0.0, regulationStatus=False, *args, **kw_args)
(Constructor)

 

Initialises a new 'EquivalentInjection' instance.

Parameters:
  • maxP - Minimum active power of the injection.
  • regulationCapability - Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage.
  • regulationTarget - The target voltage for voltage regulation.
  • minP - Maximum active power of the injection.
  • regulationStatus - Specifies the default regulation status of the EquivalentInjection. True is regulating. False is not regulating.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'maxP': <type 'float'>,
 'minP': <type 'float'>,
 'regulationCapability': <type 'bool'>,
 'regulationStatus': <type 'bool'>,
 'regulationTarget': <type 'float'>}

_attrs

Value:
['maxP',
 'regulationCapability',
 'regulationTarget',
 'minP',
 'regulationStatus']

_defaults

Value:
{'maxP': 0.0,
 'minP': 0.0,
 'regulationCapability': False,
 'regulationStatus': False,
 'regulationTarget': 0.0}