Extensions.DiagDataBrowsingPlus.GetDbComChannel

From emotive
Jump to navigation Jump to search

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.

Icons Note.png The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbECU::getDbEcuVariants[]::getDbLocations[0]

Return Value

The Term returns the value, see table below.

Icons Note.png 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");

See also

GetComChannelDbComChannel
GetDbComChannelProtocolType