CIM14 :: CPSM :: Equipment :: Generation :: Production :: HydroPump :: HydroPump :: Class HydroPump
[hide private]
[frames] | no frames]

Class HydroPump

Core.PowerSystemResource.PowerSystemResource --+
                                               |
                                              HydroPump

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

Instance Methods [hide private]
 
__init__(self, SynchronousMachine=None, *args, **kw_args)
Initialises a new 'HydroPump' instance.
 
getSynchronousMachine(self)
The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation.
 
setSynchronousMachine(self, value)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["SynchronousMachine"]
  _many_refs = []
  SynchronousMachine = property(getSynchronousMachine, setSynchr...
Method Details [hide private]

__init__(self, SynchronousMachine=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'HydroPump' instance.

Parameters:
  • 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.

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]

SynchronousMachine

Value:
property(getSynchronousMachine, setSynchronousMachine)