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

Class BushingInsulationPF

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         BushingInsulationPF

Bushing insulation power factor condition as a result of a test. Typical status values are: Acceptable, Minor Deterioration or Moisture Absorption, Major Deterioration or Moisture Absorption, Failed.Bushing insulation power factor condition as a result of a test. Typical status values are: Acceptable, Minor Deterioration or Moisture Absorption, Major Deterioration or Moisture Absorption, Failed.

Instance Methods [hide private]
 
__init__(self, testKind='c2', status=None, TransformerObservation=None, BushingInfo=None, *args, **kw_args)
Initialises a new 'BushingInsulationPF' instance.
 
getBushingInfo(self)
 
getTransformerObservation(self)
 
setBushingInfo(self, value)
 
setTransformerObservation(self, value)

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 = {'testKind': <type 'str'>}
  _attrs = ['testKind']
  _defaults = {'testKind': 'c2'}
  _enums = {'testKind': 'BushingInsulationPfTestKind'}
  _many_refs = []
  _refs = ['status', 'TransformerObservation', 'BushingInfo']
  status = None
Properties [hide private]
  BushingInfo
  TransformerObservation

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, testKind='c2', status=None, TransformerObservation=None, BushingInfo=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BushingInsulationPF' instance.

Parameters:
  • testKind - Kind of test for this bushing. Values are: "c2", "c1"
  • status
  • TransformerObservation
  • BushingInfo
Overrides: object.__init__

Property Details [hide private]

BushingInfo

Get Method:
getBushingInfo(self)
Set Method:
setBushingInfo(self, value)

TransformerObservation

Get Method:
getTransformerObservation(self)
Set Method:
setTransformerObservation(self, value)