DiagDataBrowsingPlus
Classification
OTL Syntax
DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm);
Description
GetComChannelDbComChannel returns the the data base part (MCDDbLogicalLink) of a diag:ComChannel (MCDLogicalLink).
|
|
NOTE — The appropriate MVCI system operation is MCDLogicalLink::getDbObject
|
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Identifier |
String |
Term |
- |
[1] |
String that the Communication Channel identified (Logical Link)
|
EcuVariantName |
String |
Term |
"" |
[0..1] |
Optionally you can select "manual" a special version here.
|
PerformVariantSelection |
Boolean |
Term |
false |
[0..1] |
Select whether a Variant Identification is to be performed or not.
|
ECU variant selection
An ECU variant selection can be performed after opening the channel and returns a handle to the selected ECU-Variant. The variant identification functionality also exists as a separate action called IdentifyAndSelectVariant.
EcuVariantName |
PerformVariantSelection |
|
Empty |
False |
No ECU variant selection is performed
|
Empty |
True |
An ECU variant selection is performed for the BaseVariant descriped in Identifier
|
NotEmpty |
True |
An ECU variant selection is performed. The channel is created to point at the desired ECUVariant and variant selection is performed on the link afterwards.
|
OTL Examples
DiagCom.ComChannel myComCannel;
myComCannel = DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", null, false);
See also
GetComChannelIdentifierFromResponse
GetComChannelEcuVariantName
IsVariant
ExecuteDiagService