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

Class ConcurrentSignalInformation

                           object --+    
                                    |    
ISignalInformation.ISignalInformation --+
                                        |
                                       ConcurrentSignalInformation

Instance Methods
 
GetBlockType(self)
 
GetEnumValues(self)
 
GetName(self)
 
GetParentBlockPath(self)
 
GetPath(self)
 
GetPortNumber(self)
 
GetPortType(self)
 
GetSignalType(self)
 
GetUnit(self)
 
GetUnitDescription(self)
 
SetBlockType(self, blockType)
 
SetEnumValues(self, enumValues)
 
SetName(self, name)
 
SetParentBlockPath(self, parentBlockPath)
 
SetPath(self, path)
 
SetPortNumber(self, portNumber)
 
SetPortType(self, portType)
 
SetSignalType(self, signalType)
 
SetUnit(self, unit)
 
SetUnitDescription(self, unitDescription)
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __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.ISignalInformation.GetBlockType

GetEnumValues(self)

 
Overrides: ISignalInformation.ISignalInformation.GetEnumValues

GetName(self)

 
Overrides: ISignalInformation.ISignalInformation.GetName

GetParentBlockPath(self)

 
Overrides: ISignalInformation.ISignalInformation.GetParentBlockPath

GetPath(self)

 
Overrides: ISignalInformation.ISignalInformation.GetPath

GetPortNumber(self)

 
Overrides: ISignalInformation.ISignalInformation.GetPortNumber

GetPortType(self)

 
Overrides: ISignalInformation.ISignalInformation.GetPortType

GetSignalType(self)

 
Overrides: ISignalInformation.ISignalInformation.GetSignalType

GetUnit(self)

 
Overrides: ISignalInformation.ISignalInformation.GetUnit

GetUnitDescription(self)

 
Overrides: ISignalInformation.ISignalInformation.GetUnitDescription

SetParentBlockPath(self, parentBlockPath)

 
Overrides: ISignalInformation.ISignalInformation.SetParentBlockPath

SetPath(self, path)

 
Overrides: ISignalInformation.ISignalInformation.SetPath

__init__(self)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

BlockType

Get Method:
GetBlockType(self)
Set Method:
SetBlockType(self, blockType)

EnumValues

Get Method:
GetEnumValues(self)
Set Method:
SetEnumValues(self, enumValues)

Name

Get Method:
GetName(self)
Set Method:
SetName(self, name)

ParentBlockPath

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

Path

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

PortNumber

Get Method:
GetPortNumber(self)
Set Method:
SetPortNumber(self, portNumber)

PortType

Get Method:
GetPortType(self)
Set Method:
SetPortType(self, portType)

SignalType

Get Method:
GetSignalType(self)
Set Method:
SetSignalType(self, signalType)

Unit

Get Method:
GetUnit(self)
Set Method:
SetUnit(self, unit)

UnitDescription

Get Method:
GetUnitDescription(self)
Set Method:
SetUnitDescription(self, unitDescription)