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

Class HydroPump

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

A synchronous motor-driven pump, typically associated with a pumped storage plant

Instance Methods [hide private]
 
__init__(self, pumpPowerAtMaxHead=0.0, pumpPowerAtMinHead=0.0, pumpDischAtMinHead=0.0, pumpDischAtMaxHead=0.0, SynchronousMachine=None, HydroPumpOpSchedule=None, HydroPowerPlant=None, *args, **kw_args)
Initialises a new 'HydroPump' instance.
 
getHydroPowerPlant(self)
The hydro pump may be a member of a pumped storage plant or a pump for distributing water
 
getHydroPumpOpSchedule(self)
The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
 
getSynchronousMachine(self)
The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation.
 
setHydroPowerPlant(self, value)
 
setHydroPumpOpSchedule(self, value)
 
setSynchronousMachine(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 = {'pumpDischAtMaxHead': <type 'float'>, 'pumpDisc...
  _attrs = ['pumpPowerAtMaxHead', 'pumpPowerAtMinHead', 'pumpDis...
  _defaults = {'pumpDischAtMaxHead': 0.0, 'pumpDischAtMinHead': ...
  _many_refs = []
  _refs = ['SynchronousMachine', 'HydroPumpOpSchedule', 'HydroPo...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  HydroPowerPlant
The hydro pump may be a member of a pumped storage plant or a pump for distributing water
  HydroPumpOpSchedule
The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
  SynchronousMachine
The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation.

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, pumpPowerAtMaxHead=0.0, pumpPowerAtMinHead=0.0, pumpDischAtMinHead=0.0, pumpDischAtMaxHead=0.0, SynchronousMachine=None, HydroPumpOpSchedule=None, HydroPowerPlant=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'HydroPump' instance.

Parameters:
  • pumpPowerAtMaxHead - The pumping power under maximum head conditions, usually at full gate
  • pumpPowerAtMinHead - The pumping power under minimum head conditions, usually at full gate.
  • pumpDischAtMinHead - The pumping discharge (m3/sec) under minimum head conditions, usually at full gate
  • pumpDischAtMaxHead - The pumping discharge (m3/sec) under maximum head conditions, usually at full gate
  • SynchronousMachine - The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating.
  • HydroPumpOpSchedule - The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
  • HydroPowerPlant - The hydro pump may be a member of a pumped storage plant or a pump for distributing water
Overrides: object.__init__

getSynchronousMachine(self)

 

The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating.


Class Variable Details [hide private]

_attr_types

Value:
{'pumpDischAtMaxHead': <type 'float'>,
 'pumpDischAtMinHead': <type 'float'>,
 'pumpPowerAtMaxHead': <type 'float'>,
 'pumpPowerAtMinHead': <type 'float'>}

_attrs

Value:
['pumpPowerAtMaxHead',
 'pumpPowerAtMinHead',
 'pumpDischAtMinHead',
 'pumpDischAtMaxHead']

_defaults

Value:
{'pumpDischAtMaxHead': 0.0,
 'pumpDischAtMinHead': 0.0,
 'pumpPowerAtMaxHead': 0.0,
 'pumpPowerAtMinHead': 0.0}

_refs

Value:
['SynchronousMachine', 'HydroPumpOpSchedule', 'HydroPowerPlant']

Property Details [hide private]

HydroPowerPlant

The hydro pump may be a member of a pumped storage plant or a pump for distributing water

Get Method:
getHydroPowerPlant(self) - The hydro pump may be a member of a pumped storage plant or a pump for distributing water
Set Method:
setHydroPowerPlant(self, value)

HydroPumpOpSchedule

The hydro pump has a pumping schedule over time, indicating when pumping is to occur.

Get Method:
getHydroPumpOpSchedule(self) - The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
Set Method:
setHydroPumpOpSchedule(self, value)

SynchronousMachine

The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating.

Get Method:
getSynchronousMachine(self) - The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation.
Set Method:
setSynchronousMachine(self, value)