Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module ShuntCompensatorInfo' :: Class ShuntCompensatorInfo
[hide private]
[frames] | no frames]

Class ShuntCompensatorInfo

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
       IEC61968.Assets.AssetInfo'.AssetInfo --+
                                              |
                                             ShuntCompensatorInfo

Properties of shunt capacitor, shunt reactor or switchable bank of shunt capacitor or reactor assets.Properties of shunt capacitor, shunt reactor or switchable bank of shunt capacitor or reactor assets.

Instance Methods [hide private]
 
__init__(self, maxPowerLoss=0.0, ShuntImpedanceInfo=None, *args, **kw_args)
Initialises a new 'ShuntCompensatorInfo' instance.
 
getShuntImpedanceInfo(self)
 
setShuntImpedanceInfo(self, value)

Inherited from IEC61968.Assets.AssetInfo'.AssetInfo: getAssetModel, getAssets, getDimensionsInfo, setAssetModel, setAssets, setDimensionsInfo

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {'maxPowerLoss': <type 'float'>}
  _attrs = ['maxPowerLoss']
  _defaults = {'maxPowerLoss': 0.0}
  _refs = ['ShuntImpedanceInfo']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ShuntImpedanceInfo

Inherited from IEC61968.Assets.AssetInfo'.AssetInfo: AssetModel, Assets, DimensionsInfo

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, maxPowerLoss=0.0, ShuntImpedanceInfo=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShuntCompensatorInfo' instance.

Parameters:
  • maxPowerLoss - Maximum allowed Apparent Power loss
  • ShuntImpedanceInfo
Overrides: object.__init__

Property Details [hide private]

ShuntImpedanceInfo

Get Method:
getShuntImpedanceInfo(self)
Set Method:
setShuntImpedanceInfo(self, value)