Package CIM14 :: Package IEC61970 :: Package Generation :: Package Production :: Module CAESPlant' :: Class CAESPlant
[hide private]
[frames] | no frames]

Class CAESPlant

                           object --+            
                                    |            
                     Element'.Element --+        
                                        |        
  Core.IdentifiedObject'.IdentifiedObject --+    
                                            |    
Core.PowerSystemResource'.PowerSystemResource --+
                                                |
                                               CAESPlant

Compressed air energy storage plant

Instance Methods [hide private]
 
__init__(self, energyStorageCapacity=0.0, ratedCapacityP=0.0, AirCompressor=None, ThermalGeneratingUnit=None, *args, **kw_args)
Initialises a new 'CAESPlant' instance.
 
getAirCompressor(self)
An air compressor may be a member of a compressed air energy storage plant
 
getThermalGeneratingUnit(self)
A thermal generating unit may be a member of a compressed air energy storage plant
 
setAirCompressor(self, value)
 
setThermalGeneratingUnit(self, value)

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 = {'energyStorageCapacity': <type 'float'>, 'rated...
  _attrs = ['energyStorageCapacity', 'ratedCapacityP']
  _defaults = {'energyStorageCapacity': 0.0, 'ratedCapacityP': 0.0}
  _many_refs = []
  _refs = ['AirCompressor', 'ThermalGeneratingUnit']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AirCompressor
An air compressor may be a member of a compressed air energy storage plant
  ThermalGeneratingUnit
A thermal generating unit may be a member of a compressed air energy storage plant

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, energyStorageCapacity=0.0, ratedCapacityP=0.0, AirCompressor=None, ThermalGeneratingUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CAESPlant' instance.

Parameters:
  • energyStorageCapacity - The rated energy storage capacity.
  • ratedCapacityP - The CAES plant's gross rated generating capacity
  • AirCompressor - An air compressor may be a member of a compressed air energy storage plant
  • ThermalGeneratingUnit - A thermal generating unit may be a member of a compressed air energy storage plant
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'energyStorageCapacity': <type 'float'>,
 'ratedCapacityP': <type 'float'>}

Property Details [hide private]

AirCompressor

An air compressor may be a member of a compressed air energy storage plant

Get Method:
getAirCompressor(self) - An air compressor may be a member of a compressed air energy storage plant
Set Method:
setAirCompressor(self, value)

ThermalGeneratingUnit

A thermal generating unit may be a member of a compressed air energy storage plant

Get Method:
getThermalGeneratingUnit(self) - A thermal generating unit may be a member of a compressed air energy storage plant
Set Method:
setThermalGeneratingUnit(self, value)