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

Checks this parameter is of type CODED-CONST, NRC_CONST or PHYS-CONST or not. More...

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

Public Attributes

ParameterTerm parameter
 Cardinality [1]
The element addresses the diag:Parameter (MCDParameter) which is checked whether it is constant 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 this parameter is of type CODED-CONST, NRC_CONST or PHYS-CONST or not.

The IsParameterConstant activity which returns true whether this parameter is of type CODED-CONST, NRC_CONST or PHYS-CONST. In all other cases it returns false.

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

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

Member Data Documentation

◆ parameter

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

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

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