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

Class Discrete

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                   Measurement'.Measurement --+
                                              |
                                             Discrete

Discrete represents a discrete Measurement, i.e. a Measurement reprsenting discrete values, e.g. a Breaker position.- The association to Terminal may not be required depending on how the Measurement is being used. See section Use of Measurement Class for details. - The MeasurementType class is used to define the quantity being measured (Voltage, ThreePhaseActivePower, etc.) by a Measurement. A Measurement must be associated with one and only one measurementType. The valid values for the MeasurementType name are defined in Normative String Tables.

Instance Methods [hide private]
 
__init__(self, DiscreteValues=None, *args, **kw_args)
Initialises a new 'Discrete' instance.
 
addDiscreteValues(self, *DiscreteValues)
 
getDiscreteValues(self)
The values connected to this measurement.
 
removeDiscreteValues(self, *DiscreteValues)
 
setDiscreteValues(self, value)

Inherited from Measurement'.Measurement: getPowerSystemResource, getTerminal, getUnit, setPowerSystemResource, setTerminal, setUnit

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['DiscreteValues']
  _refs = ['DiscreteValues']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  DiscreteValues
The values connected to this measurement.

Inherited from Measurement'.Measurement: PowerSystemResource, Terminal, Unit

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'Discrete' instance.

Parameters:
  • DiscreteValues - The values connected to this measurement.
Overrides: object.__init__

Property Details [hide private]

DiscreteValues

The values connected to this measurement.

Get Method:
getDiscreteValues(self) - The values connected to this measurement.
Set Method:
setDiscreteValues(self, value)