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

Get a Map[String,List[DbParameters]] which contains all available MCDDbResponseParameter of the DbSubComponent. More...

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

Public Attributes

DbSubComponentTerm subComponent
 The element addresses the DbSubComponent which MCDDbResponseParameters 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

Get a Map[String,List[DbParameters]] which contains all available MCDDbResponseParameter of the DbSubComponent.

The GetDbSubComponentDbOutParams Activity which returns a Map[String,List[DbParameters]] which contains all available MCDDbResponseParameter of the DbSubComponent. The map key is the related DiagService short name, see

. 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::getDbSubComponentParamConnectors[n]::getDbSubComponentOutParams
Syntax
MapTerm = DiagDataBrowsingPlus.GetDbSubComponentDbOutParams(DbSubComponentTerm subComponent);
DbSubComponentTerm subComponent
The element addresses the DbSubComponent which MCDDbResponseParameters shall be returned.
Definition: DiagDataBrowsingPlus.cs:5130
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
Map<String, List<DiagDataBrowsingPlus.DbParameter>> Map_DbParameter;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("BCM_HINTEN");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
Map_DbParameter = DiagDataBrowsingPlus.GetDbSubComponentDbOutParams(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

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

The element addresses the DbSubComponent which MCDDbResponseParameters shall be returned.