![]() |
OTX Reference
|
|
Adds a number of parameters to a diagCom:Parameter of type END_OF_PDU More...

Public Attributes | |
| IntegerTerm | count |
| Cardinality [1] The number of parameters to be added. More... | |
| ParameterTerm | parameter |
| Cardinality [1] The parameter to which the parameters are added. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
| OtxLink | validFor |
| Cardinality [0..1] Validity of ActionRealisation. More... | |
Adds a number of parameters to a diagCom:Parameter of type END_OF_PDU
The AddParameters action adds a number of parameters to a diagCom:Parameter of type END_OF_PDU.
| Core.Exceptions.TypeMismatchException | If the given parameter is not of type END_OF_PDU. |
| Core.Exceptions.OutOfBoundsException | If the given count plus the number of already existing parameters exceeds the max number of items of the parameter. Or if the given count is negative or zero. |
| IntegerTerm OpenTestSystem.Otx.Extensions.DiagComPlus.Actions.AddParameters.count |
Cardinality [1]
The number of parameters to be added.
| ParameterTerm OpenTestSystem.Otx.Extensions.DiagComPlus.Actions.AddParameters.parameter |
Cardinality [1]
The parameter to which the parameters are added.