Package CIM14 :: Package CPSM :: Package Equipment :: Package Meas :: Module MeasurementValue' :: Class MeasurementValue
[hide private]
[frames] | no frames]

Class MeasurementValue

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         MeasurementValue
Known Subclasses:

The current state for a measurement. A state value is an instance of a measurement from a specific source. Measurements can be associated with many state values, each representing a different source for the measurement.

Instance Methods [hide private]
 
__init__(self, MeasurementValueSource=None, *args, **kw_args)
Initialises a new 'MeasurementValue' instance.
 
getMeasurementValueSource(self)
A reference to the type of source that updates the MeasurementValue, e.g.
 
setMeasurementValueSource(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 = {}
  _refs = ['MeasurementValueSource']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  MeasurementValueSource
A reference to the type of source that updates the MeasurementValue, e.g.

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'MeasurementValue' instance.

Parameters:
  • MeasurementValueSource - A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
Overrides: object.__init__

getMeasurementValueSource(self)

 

A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.


Property Details [hide private]

MeasurementValueSource

A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.

Get Method:
getMeasurementValueSource(self) - A reference to the type of source that updates the MeasurementValue, e.g.
Set Method:
setMeasurementValueSource(self, value)