Package CIM14 :: 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 --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                        Core.Equipment'.Equipment --+    
                                                    |    
        Core.ConductingEquipment'.ConductingEquipment --+
                                                        |
                                                       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, baseQ=0.0, operatingMode='condenser', type='condenser', maxQ=0.0, minQ=0.0, 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.ConductingEquipment'.ConductingEquipment: addTerminals, getBaseVoltage, getTerminals, removeTerminals, setBaseVoltage, setTerminals

Inherited from Core.Equipment'.Equipment: getEquipmentContainer, setEquipmentContainer

Inherited from Core.PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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 = ['baseQ', 'operatingMode', 'type', 'maxQ', 'minQ']
  _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.ConductingEquipment'.ConductingEquipment: BaseVoltage, Terminals

Inherited from Core.Equipment'.Equipment: EquipmentContainer

Inherited from Core.PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'SynchronousMachine' instance.

Parameters:
  • baseQ - Default base reactive power value. This value represents the initial reactive power that can be used by any application function.
  • operatingMode - Current mode of operation. Values are: "condenser", "generator"
  • type - Modes that this synchronous machine can operate in. Values are: "condenser", "generator_or_condenser", "generator"
  • maxQ - Maximum reactive power limit. This is the maximum (nameplate) limit for the unit.
  • minQ - Minimum reactive power limit for the unit.
  • 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)