Package CIM15 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Wires :: Module SynchronousMachine' :: Class SynchronousMachine
[hide private]
[frames] | no frames]

Class SynchronousMachine

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         SynchronousMachine

An electromechanical device that operates synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.

Instance Methods [hide private]
 
__init__(self, operatingMode='condenser', maxQ=0.0, baseQ=0.0, minQ=0.0, type='condenser', GeneratingUnit=None, *args, **kw_args)
Initialises a new 'SynchronousMachine' instance.
 
getGeneratingUnit(self)
A synchronous machine may operate as a generator and as such becomes a member of a generating unit
 
setGeneratingUnit(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'baseQ': <type 'float'>, 'maxQ': <type 'float'>...
  _attrs = ['operatingMode', 'maxQ', 'baseQ', 'minQ', 'type']
  _defaults = {'baseQ': 0.0, 'maxQ': 0.0, 'minQ': 0.0, 'operatin...
  _enums = {'operatingMode': 'SynchronousMachineOperatingMode', ...
  _many_refs = []
  _refs = ['GeneratingUnit']
Properties [hide private]
  GeneratingUnit
A synchronous machine may operate as a generator and as such becomes a member of a generating unit

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, operatingMode='condenser', maxQ=0.0, baseQ=0.0, minQ=0.0, type='condenser', GeneratingUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SynchronousMachine' instance.

Parameters:
  • operatingMode - Current mode of operation. Values are: "condenser", "generator"
  • maxQ - Maximum reactive power limit. This is the maximum (nameplate) limit for the unit.
  • baseQ - Default base reactive power value. This value represents the initial reactive power that can be used by any application function.
  • minQ - Minimum reactive power limit for the unit.
  • type - Modes that this synchronous machine can operate in. Values are: "condenser", "generator_or_condenser", "generator"
  • GeneratingUnit - A synchronous machine may operate as a generator and as such becomes a member of a generating unit
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'baseQ': <type 'float'>,
 'maxQ': <type 'float'>,
 'minQ': <type 'float'>,
 'operatingMode': <type 'str'>,
 'type': <type 'str'>}

_defaults

Value:
{'baseQ': 0.0,
 'maxQ': 0.0,
 'minQ': 0.0,
 'operatingMode': 'condenser',
 'type': 'condenser'}

_enums

Value:
{'operatingMode': 'SynchronousMachineOperatingMode',
 'type': 'SynchronousMachineType'}

Property Details [hide private]

GeneratingUnit

A synchronous machine may operate as a generator and as such becomes a member of a generating unit

Get Method:
getGeneratingUnit(self) - A synchronous machine may operate as a generator and as such becomes a member of a generating unit
Set Method:
setGeneratingUnit(self, value)