Classification
OTL Syntax
IdentifyAndSelectVariant(ComChannelVariable);
Description
The OTX IdentifyAndSelectVariant activity is used to make the Diagnosis Runtime System to announce that it is the ECU variant is to select the appropriate communication channel, see Variant Identification . If an ECU variant can be determined, the current communication channel is switched to this variant.
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
ComChannel |
ComChannel |
Variable |
- |
[1] |
Communication Channel (Control unit).
|
OTL Examples
ComChannel myComCannel;
myComCannel = GetComChannel("LL_AirbaUDS", null, false);
IdentifyAndSelectVariant(myComChannel);
See also
GetComChannel