Package ASAM :: Package HILAPI :: Package Concurrent :: Package Platform :: Module ISignalInformation :: Class SignalInformation

Class SignalInformation

        object --+    
                 |    
ISignalInformation --+
                     |
                    SignalInformation

Implementation of the ISignalInformation interface. This implementation sets the value path passed to the __init__ method.

Instance Methods
 
GetBlockType(self)
 
GetEnumValues(self)
 
GetName(self)
 
GetParentBlockPath(self)
 
GetPath(self)
 
GetPortNumber(self)
 
GetPortType(self)
 
GetSignalType(self)
 
GetUnit(self)
 
GetUnitDescription(self)
 
__init__(self, path)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from ISignalInformation: SetParentBlockPath, SetPath

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

Properties
  BlockType
  EnumValues
  Name
  ParentBlockPath
  Path
  PortNumber
  PortType
  SignalType
  Unit
  UnitDescription

Inherited from object: __class__

Method Details

GetBlockType(self)

 
Overrides: ISignalInformation.GetBlockType

GetEnumValues(self)

 
Overrides: ISignalInformation.GetEnumValues

GetName(self)

 
Overrides: ISignalInformation.GetName

GetParentBlockPath(self)

 
Overrides: ISignalInformation.GetParentBlockPath

GetPath(self)

 
Overrides: ISignalInformation.GetPath

GetPortNumber(self)

 
Overrides: ISignalInformation.GetPortNumber

GetPortType(self)

 
Overrides: ISignalInformation.GetPortType

GetSignalType(self)

 
Overrides: ISignalInformation.GetSignalType

GetUnit(self)

 
Overrides: ISignalInformation.GetUnit

GetUnitDescription(self)

 
Overrides: ISignalInformation.GetUnitDescription

__init__(self, path)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Property Details

BlockType

Get Method:
GetBlockType(self)

EnumValues

Get Method:
GetEnumValues(self)

Name

Get Method:
GetName(self)

ParentBlockPath

Get Method:
GetParentBlockPath(self)

Path

Get Method:
GetPath(self)

PortNumber

Get Method:
GetPortNumber(self)

PortType

Get Method:
GetPortType(self)

SignalType

Get Method:
GetSignalType(self)

Unit

Get Method:
GetUnit(self)

UnitDescription

Get Method:
GetUnitDescription(self)