Package CIM14 :: Package IEC61970 :: Package Meas :: Module MeasurementValueQuality' :: Class MeasurementValueQuality
[hide private]
[frames] | no frames]

Class MeasurementValueQuality

            object --+        
                     |        
      Element'.Element --+    
                         |    
Quality61850'.Quality61850 --+
                             |
                            MeasurementValueQuality

Measurement quality flags. Bits 0-10 are defined for substation automation in draft IEC 61850 part 7-3. Bits 11-15 are reserved for future expansion by that document. Bits 16-31 are reserved for EMS applications.

Instance Methods [hide private]
 
__init__(self, MeasurementValue=None, *args, **kw_args)
Initialises a new 'MeasurementValueQuality' instance.
 
getMeasurementValue(self)
A MeasurementValue has a MeasurementValueQuality associated with it.
 
setMeasurementValue(self, value)

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _enums = {}
  _refs = ['MeasurementValue']

Inherited from Element'.Element (private): _many_refs

Properties [hide private]
  MeasurementValue
A MeasurementValue has a MeasurementValueQuality associated with it.

Inherited from object: __class__

Method Details [hide private]

__init__(self, MeasurementValue=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MeasurementValueQuality' instance.

Parameters:
  • MeasurementValue - A MeasurementValue has a MeasurementValueQuality associated with it.
Overrides: object.__init__

Property Details [hide private]

MeasurementValue

A MeasurementValue has a MeasurementValueQuality associated with it.

Get Method:
getMeasurementValue(self) - A MeasurementValue has a MeasurementValueQuality associated with it.
Set Method:
setMeasurementValue(self, value)