Package CIM14 :: Package Dynamics :: Package Motors :: Module MotorSync' :: Class MotorSync
[hide private]
[frames] | no frames]

Class MotorSync

                                    object --+                                
                                             |                                
                              Element'.Element --+                            
                                                 |                            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+                        
                                                     |                        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+                    
                                                         |                    
                        IEC61970.Core.Equipment'.Equipment --+                
                                                             |                
        IEC61970.Core.ConductingEquipment'.ConductingEquipment --+            
                                                                 |            
                 IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq --+        
                                                                     |        
                                      RotatingMachine'.RotatingMachine --+    
                                                                         |    
                     IEC61970.Wires.SynchronousMachine'.SynchronousMachine --+
                                                                             |
                                                                            MotorSync

A large industrial motor or group of similar motors. They are represented as <b>generators with negative Pgen</b> in the static (power flow) data.

Instance Methods [hide private]
 
__init__(self, synchronousMotorType='salientPole', *args, **kw_args)
Initialises a new 'MotorSync' instance.

Inherited from IEC61970.Wires.SynchronousMachine'.SynchronousMachine: addPrimeMovers, addReactiveCapabilityCurves, addgenEquiv0, addgenLoad0, addgovHydro10, getGeneratingUnit, getHydroPump, getInitialReactiveCapabilityCurve, getPrimeMovers, getReactiveCapabilityCurves, getgenEquiv0, getgenLoad0, getgovHydro10, removePrimeMovers, removeReactiveCapabilityCurves, removegenEquiv0, removegenLoad0, removegovHydro10, setGeneratingUnit, setHydroPump, setInitialReactiveCapabilityCurve, setPrimeMovers, setReactiveCapabilityCurves, setgenEquiv0, setgenLoad0, setgovHydro10

Inherited from RotatingMachine'.RotatingMachine: addmechanicalLoad0, getmechanicalLoad0, removemechanicalLoad0, setmechanicalLoad0

Inherited from IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq: addControls, getControls, getRegulatingControl, removeControls, setControls, setRegulatingControl

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

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

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 = {'synchronousMotorType': <type 'str'>}
  _attrs = ['synchronousMotorType']
  _defaults = {'synchronousMotorType': 'salientPole'}
  _enums = {'synchronousMotorType': 'SynchronousMotorType'}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from IEC61970.Wires.SynchronousMachine'.SynchronousMachine: GeneratingUnit, HydroPump, InitialReactiveCapabilityCurve, PrimeMovers, ReactiveCapabilityCurves, genEquiv0, genLoad0, govHydro10

Inherited from RotatingMachine'.RotatingMachine: mechanicalLoad0

Inherited from IEC61970.Wires.RegulatingCondEq'.RegulatingCondEq: Controls, RegulatingControl

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

Inherited from IEC61970.Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

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, synchronousMotorType='salientPole', *args, **kw_args)
(Constructor)

 

Initialises a new 'MotorSync' instance.

Parameters:
  • synchronousMotorType - The type of synchronous motor, such as round rotor or salient pole. Values are: "salientPole", "roundRotor"
Overrides: object.__init__