Extensions.Job.AddBranchByValue

From emotive
Revision as of 10:13, 15 February 2016 by Hb (talk | contribs) (Hb moved page AddBranchByValue to Extensions.Job.AddBranchByValue: #3153)
Jump to navigation Jump to search

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