Extensions.DiagCom.GetComParameterValueAsFloat
Jump to navigation
Jump to search
Contents
Classification
Name | GetComParameterValueAsFloat |
Short Description | The current value of a Float communication parameter |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComParam related terms |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Float GetComParameterValueAsFloat(ComChannel comChannel, String comParameterName);
Description
The GetComParameterValueAsFloat term return the current value of a Float communication parameter.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Float | The current value of a Float communication parameter. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | Communication channel. |
ComParameterName | String | Term | - | [1] | Name of communication channel. |
Examples
Float result = GetComParameterValueAsFloat(comChannel, "parameterName");
See also
GetComParameterValueAsBoolean
GetComParameterValueAsString
GetComParameterValueAsInteger
GetComParameterValueAsByteField
GetComParameterValueAsQuantity