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

Class Analog

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

Analog represents an analog Measurement.- The positiveFlowIn attribute is only required if the Measurement measures a directional flow of power. - 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 MeasurementType.name are defined in Normative String Tables.

Instance Methods [hide private]
 
__init__(self, positiveFlowIn=False, AnalogValues=None, *args, **kw_args)
Initialises a new 'Analog' instance.
 
addAnalogValues(self, *AnalogValues)
 
getAnalogValues(self)
The values connected to this measurement.
 
removeAnalogValues(self, *AnalogValues)
 
setAnalogValues(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 = {'positiveFlowIn': <type 'bool'>}
  _attrs = ['positiveFlowIn']
  _defaults = {'positiveFlowIn': False}
  _many_refs = ['AnalogValues']
  _refs = ['AnalogValues']

Inherited from Element'.Element (private): _enums

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, positiveFlowIn=False, AnalogValues=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Analog' instance.

Parameters:
  • positiveFlowIn - If true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource.
  • AnalogValues - The values connected to this measurement.
Overrides: object.__init__

Property Details [hide private]

AnalogValues

The values connected to this measurement.

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