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

Get a list of strings containing the short names of all diagnostic services for the DbSubComponent that is available in ODX. More...

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

Public Attributes

DbSubComponentTerm subComponent
 Cardinality [1]
The element addresses the DbSubComponent which diag services 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 list of strings containing the short names of all diagnostic services for the DbSubComponent that is available in ODX.

The GetDbSubComponentDbDiagServices Activity which returns a list of strings containing the short names of all diagnostic services for the DbSubComponent that is available in ODX. If no elements are available in the database, then an empty list returned.

Note
The appropriate MVCI system operation is MCDDbSubComponent::getDbSubComponentParamConnectors[n]::getDbDiagComPrimitive.
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSubComponentDbDiagServices(DbSubComponentTerm subComponent);
DbSubComponentTerm subComponent
Cardinality [1] The element addresses the DbSubComponent which diag services shall be returned.
Definition: DiagDataBrowsingPlus.cs:2528
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
List<String> List_String;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("BCM_HINTEN");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_String = DiagDataBrowsingPlus.GetDbSubComponentDbDiagServices(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

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

Cardinality [1]
The element addresses the DbSubComponent which diag services shall be returned.