Package ASAM :: Package HILAPI :: Package Concurrent :: Package Common :: Package Symbol :: Module Symbol :: Class ConstSymbol

Class ConstSymbol

                              object --+        
                                       |        
 Interfaces.Common.Symbol.Symbol.ISymbol --+    
                                           |    
                                      Symbol --+
                                               |
                              object --+       |
                                       |       |
 Interfaces.Common.Symbol.Symbol.ISymbol --+   |
                                           |   |
Interfaces.Common.Symbol.Symbol.IConstSymbol --+
                                               |
                                              ConstSymbol

Instance Methods
 
__init__(self, Value=None)
x.__init__(...) initializes x; see help(type(x)) for signature
float
getValue(self)
 
setValue(self, Value)

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

Properties
  Value

Inherited from object: __class__

Method Details

__init__(self, Value=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getValue(self)

 
Returns: float
Overrides: Interfaces.Common.Symbol.Symbol.IConstSymbol.getValue
(inherited documentation)

setValue(self, Value)

 
Overrides: Interfaces.Common.Symbol.Symbol.IConstSymbol.setValue
(inherited documentation)

Property Details

Value

Get Method:
getValue(self)
Set Method:
setValue(self, Value)