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

Gets the display radix of the parameter More...

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

Public Attributes

ParameterTerm parameter
 Cardinality [1]
The element addresses the parameter (MCDParameter) which radix 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 display radix of the parameter

The GetParameterRadix activity which returns the display radix of the parameter. The display radix shall be used by the Client to display a numeric parameter value in the format as defined in the database (2 - ODX value BIN, 10 - ODX value DEC, 16 - ODX value HEX).

Note: The appropriate MVCI system operation is Operation MCDParameter::getRadix.

Exceptions
Exceptions.InvalidTypeExceptionIf the parameter is not a A_UINT or A_INT value
Syntax
IntegerTerm = DiagDataBrowsingPlus.GetParameterRadix(ParameterTerm parameter);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
Integer MyInteger;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_AllUDSSyste", "", false), "SinglJob_SubsyCodinWrite")), {"IPA_WorksNumbe"});
MyInteger = DiagDataBrowsingPlus.GetParameterRadix(Parameter);

Member Data Documentation

◆ parameter

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

Cardinality [1]
The element addresses the parameter (MCDParameter) which radix shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetParameterRadix.parameter
ParameterTerm parameter
Cardinality [1] The element addresses the parameter (MCDParameter) which radix shall be returned.
Definition: DiagDataBrowsingPlus.cs:6394