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

Class DiscreteValue

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         MeasurementValue'.MeasurementValue --+
                                              |
                                             DiscreteValue

DiscreteValue represents a discrete MeasurementValue.

Instance Methods [hide private]
 
__init__(self, value=0, Discrete=None, *args, **kw_args)
Initialises a new 'DiscreteValue' instance.
 
getDiscrete(self)
Measurement to which this value is connected.
 
setDiscrete(self, value)

Inherited from MeasurementValue'.MeasurementValue: getMeasurementValueQuality, getMeasurementValueSource, getRemoteSource, setMeasurementValueQuality, setMeasurementValueSource, setRemoteSource

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'value': <type 'int'>}
  _attrs = ['value']
  _defaults = {'value': 0}
  _refs = ['Discrete']

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

Properties [hide private]
  Discrete
Measurement to which this value is connected.

Inherited from MeasurementValue'.MeasurementValue: MeasurementValueQuality, MeasurementValueSource, RemoteSource

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, value=0, Discrete=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DiscreteValue' instance.

Parameters:
  • value - The value to supervise.
  • Discrete - Measurement to which this value is connected.
Overrides: object.__init__

Property Details [hide private]

Discrete

Measurement to which this value is connected.

Get Method:
getDiscrete(self) - Measurement to which this value is connected.
Set Method:
setDiscrete(self, value)