Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbComChannel"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:OTX '''GetDbComChannel'''}}[[Category:DiagDataBrowsingPlus]] | {{DISPLAYTITLE:OTX '''GetDbComChannel'''}}[[Category:DiagDataBrowsingPlus]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDbComChannel | Gets MCDDbLocation of a MCDDbLogicalLink | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus Extension]] | [[Extensions.DiagDataBrowsingPlus|DbComChannel related terms]] | [[Core.Actions.Throw.Exception.UnknownTargetException|UnknownTargetException]] | - }} | + | {{ClassificationActivity | GetDbComChannel | Gets MCDDbLocation of a MCDDbLogicalLink | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus Extension]] | [[Extensions.DiagDataBrowsingPlus#Terms|DbComChannel related terms]] | [[Core.Actions.Throw.Exception.UnknownTargetException|UnknownTargetException]] | - }} |
== OTL Syntax == | == OTL Syntax == |
Revision as of 01:42, 21 September 2018
Contents
Classification
Name | GetDbComChannel |
Short Description | Gets MCDDbLocation of a MCDDbLogicalLink |
Class | Term |
Extension | OTX DiagDataBrowsingPlus Extension |
Group | DbComChannel related terms |
Exceptions | UnknownTargetException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
DbComChannelTerm = DiagDataBrowsingPlus.GetDbComChannel(StringTerm, StringTerm);
Description
GetDbComChannel returns the MCDDbLocation of a MCDDbLogicalLink which is identified by the SHORT-NAME of the related base variant and ECU variant.
![]()
NOTE — The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbECU::getDbEcuVariants[]::getDbLocations[0]
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
DbComChannel | Returns the MCDDbLocation of a MCDDbLogicalLink |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ecuVariantName | String | Term | - | [0..1] | This optional element represents a String identifying the ECU variant. |
identifier | String | Term | - | [1..1] | This element represents a string identifying the base variant. |
OTL Examples
DiagDataBrowsingPlus.DbComChannel DbComChannel;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AllEmissRelatUDSSyste");