Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbComChannel"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| | + | {{TableRowPropertie1| EcuVariantName | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [0..1] | This optional element represents a [[Core.DataTypes.SimpleDataType.String|String]] identifying the ECU variant.}} |
− | {{TableRowPropertie2| | + | {{TableRowPropertie2| Identifier | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1..1] | This element represents a string identifying the base variant.}} |
|} | |} | ||
Revision as of 10:01, 1 November 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 ecuVariantName, StringTerm identifier);
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
/// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AllEmissRelatUDSSyste");