Difference between revisions of "Extensions.DiagCom.SetComParameter"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Description == | == Description == | ||
+ | OTX '''SetComParameter''' activity is used to change the communication parameter, such as baud rate or CAN-out of a communication channel. | ||
+ | {{Note|In an ODX/MVCI based '''Diagnostic Runtime System''' the communication parameters in the "D-PDU API/ODX Communication parameters" specification are defined.}} | ||
+ | |||
== Properties == | == Properties == | ||
== Examples == | == Examples == | ||
== See also == | == See also == |
Revision as of 10:46, 14 July 2014
Classification
Name | SetComParameter |
Short Description | Setting of communication parameters |
Class | Action |
Extension | OTX DiagCom extension |
Group | ComParameter related actions |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
SetComParameter(ComChannel myComChannel, String name, Variable value);
Description
OTX SetComParameter activity is used to change the communication parameter, such as baud rate or CAN-out of a communication channel.
![]()
In an ODX/MVCI based Diagnostic Runtime System the communication parameters in the "D-PDU API/ODX Communication parameters" specification are defined.