OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetComChannelDbComChannel Class Reference

Gets the database part (MCDDbLocation) of a diag:ComChannel (MCDLogicalLink). More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetComChannelDbComChannel:
Inheritance graph

Public Attributes

ComChannelTerm comChannel
 Cardinality [1]
Comprises the handle of the communication channel (LogicalLink). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the database part (MCDDbLocation) of a diag:ComChannel (MCDLogicalLink).

The GetComChannelDbComChannel activity which returns the database part (MCDDbLocation) of a diag:ComChannel (MCDLogicalLink).

Note: The appropriate MVCI system operation is MCDLogicalLink::getDbObject.getDbLocation.

Syntax
DbComChannelTerm = DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm comChannel);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetComChannelDbComChannel(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false));

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetComChannelDbComChannel.comChannel

Cardinality [1]
Comprises the handle of the communication channel (LogicalLink).

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetComChannelDbComChannel.comChannel
ComChannelTerm comChannel
Cardinality [1] Comprises the handle of the communication channel (LogicalLink).
Definition: DiagDataBrowsingPlus.cs:8097