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

Checks the value of this diag:Parameter is of data type TextTable (eTEXTTABLE) or not. More...

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

Public Attributes

ParameterTerm parameter
 Cardinality [1]
The element addresses the diag:Parameter (MCDParameter) which is checked whether it is of data type TextTable or not. 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

Checks the value of this diag:Parameter is of data type TextTable (eTEXTTABLE) or not.

The IsTextTableParameter activity which returns True whether the value of this diag:Parameter is of data type TextTable (eTEXTTABLE). In all other cases it returns False.

Note: The appropriate MVCI system operation is MCDParameter::getDataType.

Syntax
BooleanTerm = DiagDataBrowsingPlus.IsTextTableParameter(ParameterTerm parameter);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
Boolean MyBoolean;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentECUIdent")), {"Param_RecorDataIdent"});
MyBoolean = DiagDataBrowsingPlus.IsTextTableParameter(Parameter);

Member Data Documentation

◆ parameter

ParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.IsTextTableParameter.parameter

Cardinality [1]
The element addresses the diag:Parameter (MCDParameter) which is checked whether it is of data type TextTable or not.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.IsTextTableParameter.parameter
ParameterTerm parameter
Cardinality [1] The element addresses the diag:Parameter (MCDParameter) which is checked whether it i...
Definition: DiagDataBrowsingPlus.cs:8821