Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Wires :: Module WiresSynchronousMachine' :: Class WiresSynchronousMachine
[hide private]
[frames] | no frames]

Class WiresSynchronousMachine

                                   object --+                            
                                            |                            
                             Element'.Element --+                        
                                                |                        
  Core.CoreIdentifiedObject'.CoreIdentifiedObject --+                    
                                                    |                    
Core.CorePowerSystemResource'.CorePowerSystemResource --+                
                                                        |                
                        Core.CoreEquipment'.CoreEquipment --+            
                                                            |            
        Core.CoreConductingEquipment'.CoreConductingEquipment --+        
                                                                |        
                     WiresRegulatingCondEq'.WiresRegulatingCondEq --+    
                                                                    |    
            Dynamics.DynamicsRotatingMachine'.DynamicsRotatingMachine --+
                                                                        |
                                                                       WiresSynchronousMachine

Instance Methods [hide private]
 
__init__(self, xDirectSync=0.0, xDirectTrans=0.0, xQuadTrans=0.0, xQuadSync=0.0, xQuadSubtrans=0.0, xDirectSubtrans=0.0, *args, **kw_args)
Initialises a new 'WiresSynchronousMachine' instance.

Inherited from WiresRegulatingCondEq'.WiresRegulatingCondEq: addControls, getControls, getRegulatingControl, removeControls, setControls, setRegulatingControl

Inherited from Core.CoreConductingEquipment'.CoreConductingEquipment: addClearanceTags, addProtectionEquipments, addTerminals, getBaseVoltage, getClearanceTags, getProtectionEquipments, getSvStatus, getTerminals, removeClearanceTags, removeProtectionEquipments, removeTerminals, setBaseVoltage, setClearanceTags, setProtectionEquipments, setSvStatus, setTerminals

Inherited from Core.CoreEquipment'.CoreEquipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

Inherited from Core.CorePowerSystemResource'.CorePowerSystemResource: 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.CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'xDirectSubtrans': <type 'float'>, 'xDirectSync...
  _attrs = ['xDirectSync', 'xDirectTrans', 'xQuadTrans', 'xQuadS...
  _defaults = {'xDirectSubtrans': 0.0, 'xDirectSync': 0.0, 'xDir...
  _enums = {}
Properties [hide private]

Inherited from WiresRegulatingCondEq'.WiresRegulatingCondEq: Controls, RegulatingControl

Inherited from Core.CoreConductingEquipment'.CoreConductingEquipment: BaseVoltage, ClearanceTags, ProtectionEquipments, SvStatus, Terminals

Inherited from Core.CoreEquipment'.CoreEquipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

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

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, xDirectSync=0.0, xDirectTrans=0.0, xQuadTrans=0.0, xQuadSync=0.0, xQuadSubtrans=0.0, xDirectSubtrans=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'WiresSynchronousMachine' instance.

Parameters:
  • xDirectSync
  • xDirectTrans
  • xQuadTrans
  • xQuadSync
  • xQuadSubtrans
  • xDirectSubtrans
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'xDirectSubtrans': <type 'float'>,
 'xDirectSync': <type 'float'>,
 'xDirectTrans': <type 'float'>,
 'xQuadSubtrans': <type 'float'>,
 'xQuadSync': <type 'float'>,
 'xQuadTrans': <type 'float'>}

_attrs

Value:
['xDirectSync',
 'xDirectTrans',
 'xQuadTrans',
 'xQuadSync',
 'xQuadSubtrans',
 'xDirectSubtrans']

_defaults

Value:
{'xDirectSubtrans': 0.0,
 'xDirectSync': 0.0,
 'xDirectTrans': 0.0,
 'xQuadSubtrans': 0.0,
 'xQuadSync': 0.0,
 'xQuadTrans': 0.0}