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

Class TransformerObservation

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

Common information captured during transformer inspections and/or diagnostics. Note that some properties may be measured through other means and therefore have measurement values in addition to the observed values recorded here.Common information captured during transformer inspections and/or diagnostics. Note that some properties may be measured through other means and therefore have measurement values in addition to the observed values recorded here.

Instance Methods [hide private]
 
__init__(self, oilNeutralizationNumber='', waterContent='', oilLevel='', freqResp='', oilDielectricStrength=0.0, oilColor='', hotSpotTemp=0.0, dga='', furfuralDP='', oilIFT='', bushingTemp=0.0, topOilTemp=0.0, pumpVibration='', BushingInsultationPFs=None, ProcedureDataSets=None, Transformer=None, status=None, WindingInsulationPFs=None, TransformerAsset=None, *args, **kw_args)
Initialises a new 'TransformerObservation' instance.
 
addBushingInsultationPFs(self, *BushingInsultationPFs)
 
addProcedureDataSets(self, *ProcedureDataSets)
 
addWindingInsulationPFs(self, *WindingInsulationPFs)
 
getBushingInsultationPFs(self)
 
getProcedureDataSets(self)
 
getTransformer(self)
 
getTransformerAsset(self)
 
getWindingInsulationPFs(self)
 
removeBushingInsultationPFs(self, *BushingInsultationPFs)
 
removeProcedureDataSets(self, *ProcedureDataSets)
 
removeWindingInsulationPFs(self, *WindingInsulationPFs)
 
setBushingInsultationPFs(self, value)
 
setProcedureDataSets(self, value)
 
setTransformer(self, value)
 
setTransformerAsset(self, value)
 
setWindingInsulationPFs(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 = {'bushingTemp': <type 'float'>, 'dga': <type 'st...
  _attrs = ['oilNeutralizationNumber', 'waterContent', 'oilLevel...
  _defaults = {'bushingTemp': 0.0, 'dga': '', 'freqResp': '', 'f...
  _many_refs = ['BushingInsultationPFs', 'ProcedureDataSets', 'W...
  _refs = ['BushingInsultationPFs', 'ProcedureDataSets', 'Transf...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BushingInsultationPFs
  ProcedureDataSets
  Transformer
  TransformerAsset
  WindingInsulationPFs

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, oilNeutralizationNumber='', waterContent='', oilLevel='', freqResp='', oilDielectricStrength=0.0, oilColor='', hotSpotTemp=0.0, dga='', furfuralDP='', oilIFT='', bushingTemp=0.0, topOilTemp=0.0, pumpVibration='', BushingInsultationPFs=None, ProcedureDataSets=None, Transformer=None, status=None, WindingInsulationPFs=None, TransformerAsset=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerObservation' instance.

Parameters:
  • oilNeutralizationNumber - Oil Quality Analysis-Neutralization Number - Number - Mg KOH.
  • waterContent - Water Content expressed in parts per million.
  • oilLevel - The level of oil in the transformer.
  • freqResp - Frequency Response Analysis. Typical values are: acceptable, slight movement, significant movement, failed, near failure. A graphic of the response diagram, which is a type of document, may be associated with this analysis through the recursive document relationship of the ProcedureDataSet.
  • oilDielectricStrength - Oil Quality Analysis-Dielectric Strength.
  • oilColor - Oil Quality Analysis-Color.
  • hotSpotTemp - Hotspot oil temperature.
  • dga - Dissolved Gas Analysis. Typical values are: Acceptable, Overheating, Corona, Sparking, Arcing.
  • furfuralDP - Overall measure of furfural in oil and mechanical strength of paper. DP, the degree of polymerization, is the strength of the paper. Furfural is a measure of furfural compounds, often expressed in parts per million.
  • oilIFT - Oil Quality Analysis- inter facial tension (IFT) - number-Dynes/CM.
  • bushingTemp - Bushing temperature.
  • topOilTemp - Top oil temperature.
  • pumpVibration - Pump vibration, with typical values being: nominal, high.
  • BushingInsultationPFs
  • ProcedureDataSets
  • Transformer
  • status
  • WindingInsulationPFs
  • TransformerAsset
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'bushingTemp': <type 'float'>,
 'dga': <type 'str'>,
 'freqResp': <type 'str'>,
 'furfuralDP': <type 'str'>,
 'hotSpotTemp': <type 'float'>,
 'oilColor': <type 'str'>,
 'oilDielectricStrength': <type 'float'>,
 'oilIFT': <type 'str'>,
...

_attrs

Value:
['oilNeutralizationNumber',
 'waterContent',
 'oilLevel',
 'freqResp',
 'oilDielectricStrength',
 'oilColor',
 'hotSpotTemp',
 'dga',
...

_defaults

Value:
{'bushingTemp': 0.0,
 'dga': '',
 'freqResp': '',
 'furfuralDP': '',
 'hotSpotTemp': 0.0,
 'oilColor': '',
 'oilDielectricStrength': 0.0,
 'oilIFT': '',
...

_many_refs

Value:
['BushingInsultationPFs', 'ProcedureDataSets', 'WindingInsulationPFs']

_refs

Value:
['BushingInsultationPFs',
 'ProcedureDataSets',
 'Transformer',
 'status',
 'WindingInsulationPFs',
 'TransformerAsset']

Property Details [hide private]

BushingInsultationPFs

Get Method:
getBushingInsultationPFs(self)
Set Method:
setBushingInsultationPFs(self, value)

ProcedureDataSets

Get Method:
getProcedureDataSets(self)
Set Method:
setProcedureDataSets(self, value)

Transformer

Get Method:
getTransformer(self)
Set Method:
setTransformer(self, value)

TransformerAsset

Get Method:
getTransformerAsset(self)
Set Method:
setTransformerAsset(self, value)

WindingInsulationPFs

Get Method:
getWindingInsulationPFs(self)
Set Method:
setWindingInsulationPFs(self, value)