![]() |
OTX Reference
|
|
Assigns OTX terms to request parameters with the so-called Inline-Mapping. More...

Public Attributes | |
| DiagServiceVariable | diagService |
| Cardinality [1] The DiagService on which request parameters will be set. More... | |
| RequestParameters | requestParameters |
| Cardinality [1] Lists all request parameters defined for this service. They can be set statically or dynamically via variables. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
| OtxLink | validFor |
| Cardinality [0..1] Validity of ActionRealisation. More... | |
Assigns OTX terms to request parameters with the so-called Inline-Mapping.
The SetRequestParameters action allows the assignment of OTX terms to request parameters of a DiagService. This is the modular version of ExecuteDiagService's inline-mapping for request parameters, meaning the user can performing request parameters mapping for a diagService separately without the using ExecuteDiagService.
| DiagCom.Exceptions.UnknownTargetException | If no request parameter with the specified name in any of the parameter mappings exists. |
| Core.Exceptions.OutOfBoundsException | If a conversion cannot be made because an OTX value exceeds the limits of the target data type of a request parameter of the vehicle communication component. |
| Core.Exceptions.TypeMismatchException | If an invalid OTX data type is mapped to a request parameter. For instance it is thrown if a String variable gets mapped onto a request parameter that is of type Integer. |
| DiagServiceVariable OpenTestSystem.Otx.Extensions.DiagComPlus.Actions.SetRequestParameters.diagService |
Cardinality [1]
The DiagService on which request parameters will be set.
| RequestParameters OpenTestSystem.Otx.Extensions.DiagComPlus.Actions.SetRequestParameters.requestParameters |
Cardinality [1]
Lists all request parameters defined for this service. They can be set statically or dynamically via variables.