Package ASAM :: Package HILAPI :: Package Concurrent :: Package Common :: Package Signal :: Module SignalDescription :: Class SignalDescription

Class SignalDescription

                                                   object --+    
                                                            |    
Interfaces.Common.Signal.SignalDescription.ISignalDescription --+
                                                                |
                                                               SignalDescription
Known Subclasses:

Instance Methods
 
CreateSignalValue(self, sampleRate)
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
StringSymbol[]
getAllLinks(self)
unicode
getComment(self)
unicode
getName(self)
 
setComment(self, comment)
 
setName(self, value)

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

Properties
StringSymbol[] AllLinks
unicode Comment
unicode Name

Inherited from object: __class__

Method Details

CreateSignalValue(self, sampleRate)

 
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.CreateSignalValue
(inherited documentation)

__init__(self)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

getAllLinks(self)

 
Returns: StringSymbol[]
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.getAllLinks
(inherited documentation)

getComment(self)

 
Returns: unicode
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.getComment
(inherited documentation)

getName(self)

 
Returns: unicode
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.getName
(inherited documentation)

setComment(self, comment)

 
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.setComment
(inherited documentation)

setName(self, value)

 
Overrides: Interfaces.Common.Signal.SignalDescription.ISignalDescription.setName
(inherited documentation)

Property Details

AllLinks

Get Method:
getAllLinks(self)
Type:
StringSymbol[]

Comment

Get Method:
getComment(self)
Set Method:
setComment(self, comment)
Type:
unicode

Name

Get Method:
getName(self)
Set Method:
setName(self, value)
Type:
unicode