Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
== See also == | == See also == | ||
+ | [[Extensions.DiagCom.GetComChannel|GetComChannel]] <br/> | ||
[[Extensions.DiagDataBrowsingPlus.GetDbComChannel|GetDbComChannel]] <br/> | [[Extensions.DiagDataBrowsingPlus.GetDbComChannel|GetDbComChannel]] <br/> | ||
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelProtocolType|GetDbComChannelProtocolType]] | [[Extensions.DiagDataBrowsingPlus.GetDbComChannelProtocolType|GetDbComChannelProtocolType]] |
Revision as of 10:35, 7 September 2018
Contents
Classification
Name | GetComChannelDbComChannel |
Short Description | Gets MCDDbLogicalLink of a MCDLogicalLink |
Class | Term |
Extension | OTX DiagDataBrowsingPlus Extension |
Group | DbComChannel related terms |
Exceptions | NONE |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
DbComChannelTerm = DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm);
Description
GetComChannelDbComChannel returns 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!
Data Type | Description |
DbComChannel | Returns the data base part (MCDDbLogicalLink) of a diag:ComChannel |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
comChannel | ComChannel | Term | - | [1..1] | This element represents the diag:ComChannel which data base part shall be returned. |
OTL Examples
DiagDataBrowsingPlus.DbComChannel DbComChannel;
DbComChannel = DiagDataBrowsingPlus.GetComChannelDbComChannel(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false));