Difference between revisions of "Extensions.DiagCom.GetComplexComParameter"
Jump to navigation
Jump to search
m (Nb moved page GetComplexParameter to GetComplexComParameter) |
|
(No difference)
|
Revision as of 05:01, 18 July 2014
Contents
Classification
Name | GetComplexParameter |
Short Description | The current value of a complex communication parameter |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComParam related terms |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Parameter GetComplexParameter(ComChannel comChannel, String comParameterName);
Description
The GetComplexParameter term return the current value of a complex communication parameter (e.g. list and struct parameter types).
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Parameter | Standard the 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
Parameter parameter = GetComplexComParameter(comChannel, "parameterName");