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

Class ISignalInformation

object --+
         |
        ISignalInformation
Known Subclasses:

Provides the interface definition for a container holding information about a calibrateable or measurement (Signal)

Instance Methods
 
GetBlockType(self)
 
GetEnumValues(self)
 
GetName(self)
 
GetParentBlockPath(self)
 
GetPath(self)
 
GetPortNumber(self)
 
GetPortType(self)
 
GetSignalType(self)
 
GetUnit(self)
 
GetUnitDescription(self)
 
SetParentBlockPath(self, value)
 
SetPath(self, value)

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

Properties
  BlockType
  EnumValues
  Name
  ParentBlockPath
  Path
  PortNumber
  PortType
  SignalType
  Unit
  UnitDescription

Inherited from object: __class__

Property Details

BlockType

Get Method:
GetBlockType(self)

EnumValues

Get Method:
GetEnumValues(self)

Name

Get Method:
GetName(self)

ParentBlockPath

Get Method:
GetParentBlockPath(self)
Set Method:
SetParentBlockPath(self, value)

Path

Get Method:
GetPath(self)
Set Method:
SetPath(self, value)

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)