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

Class RecloserInfo

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

Properties of recloser assets.Properties of recloser assets.

Instance Methods [hide private]
 
__init__(self, groundTripNormalEnabled=False, groundTripCapable=False, recloseLockoutCount=0, phaseTripRating=0.0, groundTripRating=0.0, *args, **kw_args)
Initialises a new 'RecloserInfo' instance.

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 = {'groundTripCapable': <type 'bool'>, 'groundTrip...
  _attrs = ['groundTripNormalEnabled', 'groundTripCapable', 'rec...
  _defaults = {'groundTripCapable': False, 'groundTripNormalEnab...

Inherited from SwitchInfo'.SwitchInfo (private): _refs

Inherited from Element'.Element (private): _enums

Properties [hide private]

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, groundTripNormalEnabled=False, groundTripCapable=False, recloseLockoutCount=0, phaseTripRating=0.0, groundTripRating=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'RecloserInfo' instance.

Parameters:
  • groundTripNormalEnabled - True if normal status of ground trip is enabled.
  • groundTripCapable - True if device has ground trip capability.
  • recloseLockoutCount - Total number of phase reclose operations.
  • phaseTripRating - Phase trip rating.
  • groundTripRating - Ground trip rating.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'groundTripCapable': <type 'bool'>,
 'groundTripNormalEnabled': <type 'bool'>,
 'groundTripRating': <type 'float'>,
 'phaseTripRating': <type 'float'>,
 'recloseLockoutCount': <type 'int'>}

_attrs

Value:
['groundTripNormalEnabled',
 'groundTripCapable',
 'recloseLockoutCount',
 'phaseTripRating',
 'groundTripRating']

_defaults

Value:
{'groundTripCapable': False,
 'groundTripNormalEnabled': False,
 'groundTripRating': 0.0,
 'phaseTripRating': 0.0,
 'recloseLockoutCount': 0}