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

Class SurgeProtectorInfo

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

Properties of surge protector asset.Properties of surge protector asset.

Instance Methods [hide private]
 
__init__(self, maxCurrentRating=0.0, maxContinousOperatingVoltage=0.0, nominalDesignVoltage=0.0, maxEnergyAbsorption=0.0, SurgeProtectors=None, *args, **kw_args)
Initialises a new 'SurgeProtectorInfo' instance.
 
addSurgeProtectors(self, *SurgeProtectors)
 
getSurgeProtectors(self)
All surge protectors described by this data.
 
removeSurgeProtectors(self, *SurgeProtectors)
 
setSurgeProtectors(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 = {'maxContinousOperatingVoltage': <type 'float'>,...
  _attrs = ['maxCurrentRating', 'maxContinousOperatingVoltage', ...
  _defaults = {'maxContinousOperatingVoltage': 0.0, 'maxCurrentR...
  _many_refs = ['SurgeProtectors']
  _refs = ['SurgeProtectors']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  SurgeProtectors
All surge protectors described by this data.

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, maxCurrentRating=0.0, maxContinousOperatingVoltage=0.0, nominalDesignVoltage=0.0, maxEnergyAbsorption=0.0, SurgeProtectors=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SurgeProtectorInfo' instance.

Parameters:
  • maxCurrentRating
  • maxContinousOperatingVoltage
  • nominalDesignVoltage
  • maxEnergyAbsorption
  • SurgeProtectors - All surge protectors described by this data.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'maxContinousOperatingVoltage': <type 'float'>,
 'maxCurrentRating': <type 'float'>,
 'maxEnergyAbsorption': <type 'float'>,
 'nominalDesignVoltage': <type 'float'>}

_attrs

Value:
['maxCurrentRating',
 'maxContinousOperatingVoltage',
 'nominalDesignVoltage',
 'maxEnergyAbsorption']

_defaults

Value:
{'maxContinousOperatingVoltage': 0.0,
 'maxCurrentRating': 0.0,
 'maxEnergyAbsorption': 0.0,
 'nominalDesignVoltage': 0.0}

Property Details [hide private]

SurgeProtectors

All surge protectors described by this data.

Get Method:
getSurgeProtectors(self) - All surge protectors described by this data.
Set Method:
setSurgeProtectors(self, value)