Package CIM14 :: Package IEC61970 :: Package Wires :: Module RectifierInverter' :: Class RectifierInverter
[hide private]
[frames] | no frames]

Class RectifierInverter

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                        Core.Equipment'.Equipment --+    
                                                    |    
        Core.ConductingEquipment'.ConductingEquipment --+
                                                        |
                                                       RectifierInverter

Bi-directional AC-DC conversion equipment that can be used to control DC current, DC voltage, DC power flow, or firing angle.

Instance Methods [hide private]
 
__init__(self, ratedU=0.0, compoundResistance=0.0, frequency=0.0, minCompoundVoltage=0.0, minP=0.0, maxP=0.0, operatingMode='', commutatingResistance=0.0, bridges=0, maxU=0.0, commutatingReactance=0.0, minU=0.0, *args, **kw_args)
Initialises a new 'RectifierInverter' instance.

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

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

Inherited from 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 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 = {'bridges': <type 'int'>, 'commutatingReactance'...
  _attrs = ['ratedU', 'compoundResistance', 'frequency', 'minCom...
  _defaults = {'bridges': 0, 'commutatingReactance': 0.0, 'commu...
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

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

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

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

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, ratedU=0.0, compoundResistance=0.0, frequency=0.0, minCompoundVoltage=0.0, minP=0.0, maxP=0.0, operatingMode='', commutatingResistance=0.0, bridges=0, maxU=0.0, commutatingReactance=0.0, minU=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'RectifierInverter' instance.

Parameters:
  • ratedU - Rectifier/inverter primary base voltage
  • compoundResistance - Compounding resistance.
  • frequency - Frequency on the AC side.
  • minCompoundVoltage - Minimum compounded DC voltage
  • minP - The minimum active power on the DC side at which the converter should operate.
  • maxP - The maximum active power on the DC side at which the fconverter should operate.
  • operatingMode - Operating mode for the converter.
  • commutatingResistance - Commutating resistance.
  • bridges - Number of bridges
  • maxU - The maximum voltage on the DC side at which the converter should operate.
  • commutatingReactance - Commutating reactance at AC bus frequency.
  • minU - The minimum voltage on the DC side at which the converter should operate.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'bridges': <type 'int'>,
 'commutatingReactance': <type 'float'>,
 'commutatingResistance': <type 'float'>,
 'compoundResistance': <type 'float'>,
 'frequency': <type 'float'>,
 'maxP': <type 'float'>,
 'maxU': <type 'float'>,
 'minCompoundVoltage': <type 'float'>,
...

_attrs

Value:
['ratedU',
 'compoundResistance',
 'frequency',
 'minCompoundVoltage',
 'minP',
 'maxP',
 'operatingMode',
 'commutatingResistance',
...

_defaults

Value:
{'bridges': 0,
 'commutatingReactance': 0.0,
 'commutatingResistance': 0.0,
 'compoundResistance': 0.0,
 'frequency': 0.0,
 'maxP': 0.0,
 'maxU': 0.0,
 'minCompoundVoltage': 0.0,
...