Package CIM14 :: Package Dynamics :: Package TurbineGovernors :: Module GovHydro1' :: Class GovHydro1
[hide private]
[frames] | no frames]

Class GovHydro1

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                          TurbineGovernor'.TurbineGovernor --+
                                                             |
                                                            GovHydro1

Hydro turbine-governor model.

Instance Methods [hide private]
 
__init__(self, tf=0.0, velm=0.0, mwbase=0.0, gmin=0.0, gmax=0.0, rperm=0.0, tr=0.0, rtemp=0.0, qnl=0.0, tg=0.0, dturb=0.0, at=0.0, tw=0.0, HydroTurbine=None, synchronousMachine0=None, *args, **kw_args)
Initialises a new 'GovHydro1' instance.
 
addsynchronousMachine0(self, *synchronousMachine0)
 
getHydroTurbine(self)
 
getsynchronousMachine0(self)
 
removesynchronousMachine0(self, *synchronousMachine0)
 
setHydroTurbine(self, value)
 
setsynchronousMachine0(self, value)

Inherited from IEC61970.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 IEC61970.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 = {'at': <type 'float'>, 'dturb': <type 'float'>, ...
  _attrs = ['tf', 'velm', 'mwbase', 'gmin', 'gmax', 'rperm', 'tr...
  _defaults = {'at': 0.0, 'dturb': 0.0, 'gmax': 0.0, 'gmin': 0.0...
  _many_refs = ['synchronousMachine0']
  _refs = ['HydroTurbine', 'synchronousMachine0']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  HydroTurbine
  synchronousMachine0

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, tf=0.0, velm=0.0, mwbase=0.0, gmin=0.0, gmax=0.0, rperm=0.0, tr=0.0, rtemp=0.0, qnl=0.0, tg=0.0, dturb=0.0, at=0.0, tw=0.0, HydroTurbine=None, synchronousMachine0=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GovHydro1' instance.

Parameters:
  • tf - Filter time constant (&gt;0)
  • velm - Maximum gate velocity (&gt;0)
  • mwbase - Base for power values (&gt; 0.)
  • gmin - Minimum gate opening (&gt;=0)
  • gmax - Maximum gate opening (&gt;0)
  • rperm - Permanent droop (R) (&gt;0)
  • tr - Washout time constant (&gt;0)
  • rtemp - Temporary droop (r) (&gt;R)
  • qnl - No-load flow at nominal head (&gt;=0)
  • tg - Gate servo time constant (&gt;0)
  • dturb - Turbine damping factor (&gt;=0)
  • at - Turbine gain (&gt;0)
  • tw - Water inertia time constant (&gt;0)
  • HydroTurbine
  • synchronousMachine0
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'at': <type 'float'>,
 'dturb': <type 'float'>,
 'gmax': <type 'float'>,
 'gmin': <type 'float'>,
 'mwbase': <type 'float'>,
 'qnl': <type 'float'>,
 'rperm': <type 'float'>,
 'rtemp': <type 'float'>,
...

_attrs

Value:
['tf',
 'velm',
 'mwbase',
 'gmin',
 'gmax',
 'rperm',
 'tr',
 'rtemp',
...

_defaults

Value:
{'at': 0.0,
 'dturb': 0.0,
 'gmax': 0.0,
 'gmin': 0.0,
 'mwbase': 0.0,
 'qnl': 0.0,
 'rperm': 0.0,
 'rtemp': 0.0,
...

Property Details [hide private]

HydroTurbine

Get Method:
getHydroTurbine(self)
Set Method:
setHydroTurbine(self, value)

synchronousMachine0

Get Method:
getsynchronousMachine0(self)
Set Method:
setsynchronousMachine0(self, value)