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

Get a List[List[DbMatchingParameter]] for the DbSubComponent which is available in ODX. More...

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

Public Attributes

DbSubComponentTerm subComponent
 The element addresses the DbSubComponent whose matching parameters are returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a List[List[DbMatchingParameter]] for the DbSubComponent which is available in ODX.

The GetDbSubComponentDbMatchingParameters Activity which returns a List[List[DbMatchingParameter]] for the DbSubComponent which is available in ODX. If no elements are available in database, then an empty list will be delivered.

Note
The appropriate MVCI The appropriate MVCI system operation is MCDDbSubComponent::getDbSubComponentPatterns[n]::getDbMatchingParameters
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters(DbSubComponentTerm subComponent);
DbSubComponentTerm subComponent
The element addresses the DbSubComponent whose matching parameters are returned.
Definition: DiagDataBrowsingPlus.cs:4641
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
List<List<DiagDataBrowsingPlus.DbMatchingParameter>> List_DbMatchingParameter;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("BCM_HINTEN");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_DbMatchingParameter = DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

DbSubComponentTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbMatchingParameters.subComponent

The element addresses the DbSubComponent whose matching parameters are returned.