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

Gets the corresponding DbParameter (MCDDbResponseParameter) responsible for the matching parameter More...

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

Public Attributes

DbMatchingParameterTerm matchingParameter
 Cardinality [1]
This element addresses the DbMatchingParameter whose response parameter shall be returned. 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 corresponding DbParameter (MCDDbResponseParameter) responsible for the matching parameter

The GetDbMatchingParameterDbResponseParameter activity which returns the corresponding DbParameter (MCDDbResponseParameter) responsible for the matching parameter

Note: The appropriate MVCI system operation is MCDDbMatchingParameter::getDbResponseParameter.

Exceptions
Exceptions.InvalidTypeExceptionIf the corresponding response parameter is not available
Syntax
DbParameterTerm = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(DbMatchingParameterTerm matchingParameter);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
List<List<DiagDataBrowsingPlus.DbMatchingParameter>> List_List_DbMatchingParameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("LL_AerodContrUnitUDS");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_List_DbMatchingParameter = DiagDataBrowsingPlus.GetDbSubComponentDbMatchingParameters(List_DbSubComponent[0]);
DbParameter = DiagDataBrowsingPlus.GetDbMatchingParameterDbResponseParameter(List_List_DbMatchingParameter[0][0]);

Member Data Documentation

◆ matchingParameter

DbMatchingParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbMatchingParameterDbResponseParameter.matchingParameter

Cardinality [1]
This element addresses the DbMatchingParameter whose response parameter shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbMatchingParameterDbResponseParameter.matchingParameter
DbMatchingParameterTerm matchingParameter
Cardinality [1] This element addresses the DbMatchingParameter whose response parameter shall be retu...
Definition: DiagDataBrowsingPlus.cs:6981