Difference between revisions of "Extensions.Job.AddEnvDataByDtc"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE: '''AddEnvDataByDtc '''}} | {{DISPLAYTITLE: '''AddEnvDataByDtc '''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | AddEnvDataByDtc | Adds environment-data parameter structure | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[ | + | {{ClassificationActivity | AddEnvDataByDtc | Adds environment-data parameter structure | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[Core.Actions.Throw.Exception.InvalidParameterizationException|InvalidParameterizationException]] | - }} |
== OTL Syntax == | == OTL Syntax == |
Revision as of 07:11, 16 February 2016
Classification
Name | AddEnvDataByDtc |
Short Description | Adds environment-data parameter structure |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | InvalidParameterizationException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.AddEnvDataByDtc(ParameterContainer, IntegerTerm);
Description
AddEnvDataByDtc is used to add structure to response according to the value of a DTC an Environment-data parameter structure.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ParameterContainer | ParameterContainer | Term | - | [1] | The parameters in which new element (s) to be added. |
Dtc | Integer | Term | - | [1] | The value of the DTC for the environment data structures to be added |
OTL Examples
DiagCom.Request ParameterContainer1;
Job.AddEnvDataByDtc(ParameterContainer1, 0);
See also
SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue