Package CIM15 :: Package IEC61970 :: Package Meas :: Module StringMeasurement' :: Class StringMeasurement
[hide private]
[frames] | no frames]

Class StringMeasurement

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

StringMeasurement represents a measurement with values of type string.StringMeasurement represents a measurement with values of type string.

Instance Methods [hide private]
 
__init__(self, StringMeasurementValues=None, *args, **kw_args)
Initialises a new 'StringMeasurement' instance.
 
addStringMeasurementValues(self, *StringMeasurementValues)
 
getStringMeasurementValues(self)
The values connected to this measurement.
 
removeStringMeasurementValues(self, *StringMeasurementValues)
 
setStringMeasurementValues(self, value)

Inherited from Measurement'.Measurement: addDocuments, addLocations, getAsset, getDocuments, getLocations, getPowerSystemResource, getTerminal, removeDocuments, removeLocations, setAsset, setDocuments, setLocations, setPowerSystemResource, setTerminal

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = {}
  _many_refs = ['StringMeasurementValues']
  _refs = ['StringMeasurementValues']
Properties [hide private]
  StringMeasurementValues
The values connected to this measurement.

Inherited from Measurement'.Measurement: Asset, Documents, Locations, PowerSystemResource, Terminal

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'StringMeasurement' instance.

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

Property Details [hide private]

StringMeasurementValues

The values connected to this measurement.

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