Difference between revisions of "Extensions.Job.AddBranchByValue"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
Quantities.Quantity Value1; | Quantities.Quantity Value1; | ||
+ | DiagCom.Request ParameterContainer1; | ||
Job.AddBranchByValue(ParameterContainer1, Value1); | Job.AddBranchByValue(ParameterContainer1, Value1); |
Revision as of 07:47, 11 February 2015
Classification
Name | AddBranchByValue |
Short Description | Adds a set of response parameters by value |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | InvalidParameterizationException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.AddBranchByValue(ParameterContainer, QuantityTerm);
Description
AddBranchByValue is used to add a number of parameters Response to Response structure according to the value of a parameter multiplexer.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ParameterContainer | ParameterContainer | Term | - | [1] | The parameters in which new element (s) to be added |
Value | Quantity | Term | - | [0..1] | The value of the multiplexer branch which is added |
OTL Examples
Quantities.Quantity Value1;
DiagCom.Request ParameterContainer1;
Job.AddBranchByValue(ParameterContainer1, Value1);
See also
SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddEnvDataByDtc