Difference between revisions of "Extensions.DiagCom.GetComplexComParameter"
Jump to navigation
Jump to search
m (Hb moved page GetComplexComParameter to Extensions.DiagCom.GetComplexComParameter: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagCom]] | + | {{DISPLAYTITLE:OTX ''' GetComplexParameter'''}}[[Category:DiagCom]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetComplexParameter | The current value of a complex communication parameter | [[Term]] | [[DiagCom|OTX DiagCom extension]] | [[ComParam related terms]] | [[UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} | + | {{ClassificationActivity | GetComplexParameter | The current value of a complex communication parameter | [[Term]] | [[Extensions.DiagCom|OTX DiagCom extension]] | [[ComParam related terms]] | [[Extensions.DiagCom.UnknownTargetException|UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} |
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
Line 12: | Line 12: | ||
types). | types). | ||
− | {{TermReturnValue| [[Parameter]] | Standard the communication parameter.}} | + | {{TermReturnValue| [[Extensions.DiagCom.Parameter|Parameter]] | Standard the communication parameter.}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Term]] | - | [1] | Communication channel.}} | + | {{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Term]] | - | [1] | Communication channel.}} |
− | {{TableRowPropertie2| ComParameterName | [[String]] | [[Term]] | - | [1] | Name of communication channel.}} | + | {{TableRowPropertie2| ComParameterName | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | Name of communication channel.}} |
|} | |} | ||
Line 33: | Line 33: | ||
== See also == | == See also == | ||
− | [[GetDefaultComplexComParameter]] | + | [[Extensions.DiagCom.GetDefaultComplexComParameter|GetDefaultComplexComParameter]] |
Revision as of 03:13, 15 February 2016
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
ParameterTerm = DiagCom.GetComplexParameter(ComChannelTerm, StringTerm);
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. |
OTL Examples
DiagCom.ComChannel myComCannel;
DiagCom.DiagService DiagService1;
DiagCom.Parameter Parameter1;
myComCannel = DiagCom.GetComChannel("LL_AirbaUDS", null, false);
DiagService1 = DiagCom.CreateDiagServiceByName(myComCannel, "DiagnServi_ReadDataByIdentBasicSettiStatu");
Parameter1 = DiagCom.GetComplexComParameter(myComCannel, "CP_CanTransmissionTime");