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

Gets the value of the semantic attribute for that DbSubComponent out of the ODX file as a string. More...

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

Public Attributes

DbSubComponentTerm subComponent
 Cardinality [1]
The element addresses the DbSubComponent which semantic 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 value of the semantic attribute for that DbSubComponent out of the ODX file as a string.

The GetDbSubComponentSemantic activity which returns the value of the semantic attribute for that DbSubComponent out of the ODX file as a string. If no semantic can be obtained from ODX an empty string will be returned.

Note: The appropriate MVCI system operation is MCDDbSubComponent::getSemantic.

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbSubComponentSemantic(DbSubComponentTerm subComponent);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
String MyString;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("BCM_HINTEN");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
MyString = DiagDataBrowsingPlus.GetDbSubComponentSemantic(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

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

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

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentSemantic.subComponent
DbSubComponentTerm subComponent
Cardinality [1] The element addresses the DbSubComponent which semantic shall be returned.
Definition: DiagDataBrowsingPlus.cs:10337