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

Get a list of all DbSubComponent (MCDDbSubComponent) More...

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

Public Attributes

DbComChannelTerm dbComChannel
 The element addresses the ComChannelomponents shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a list of all DbSubComponent (MCDDbSubComponent)

The GetDbComChannelDbSubComponents Activity which Returns a list of all DbSubComponent (MCDDbSubComponent) referenced by the DbComChannel. The list can be empty.

Note
The appropriate MVCI The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbSubComponents
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannelTerm dbComChannel);
DbComChannelTerm dbComChannel
The element addresses the ComChannelomponents shall be returned.
Definition: DiagDataBrowsingPlus.cs:4576
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("AIRBAG");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);

Member Data Documentation

◆ dbComChannel

DbComChannelTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbComChannelDbSubComponents.dbComChannel

The element addresses the ComChannelomponents shall be returned.