A synchronous motor-driven pump, typically associated with a pumped
storage plant
|
__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__
|