OTX Reference  
OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByValue Class Reference

Add a set of response parameters by parameter value. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByValue:
Inheritance graph

Public Attributes

ParameterContainerTerm parameterContainer
 Parameter container contains the Parameter to be retrieved. More...
 
QuantityTerm value
 Numerical size (numeric quantity) of what the value should be determined. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Add a set of response parameters by parameter value.

AddBranchByValue is used to add a set of response parameters to the response structure according to a multiplexer database definition given by parameter value

Exceptions
Job.Exceptions.InvalidParameterizationException
Syntax
Job.AddBranchByValue(ParameterContainerTerm parameterContainer, QuantityTerm value);
QuantityTerm value
Numerical size (numeric quantity) of what the value should be determined.
Definition: Job.cs:650
ParameterContainerTerm parameterContainer
Parameter container contains the Parameter to be retrieved.
Definition: Job.cs:640
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
DiagCom.DiagService DiagService1;
DiagCom.Result Result1;
DiagCom.Response Response1;
DiagCom.Parameter Parameter1;
Quantities.Quantity Value1 = 9.9[@Unit, "BL_DataLibraMIB.odx", "''"];
// Flow
ComChannel1 = DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false);
DiagService1 = DiagCom.CreateDiagServiceByName(ComChannel1, "DiagnServi_ReadDataByIdentECUIdent");
[#MetaData(RequestPdu), <#Data>22 04 07</#Data>]
DiagCom.ExecuteDiagService(DiagService1, {Param_RecorDataIdent = "VW Logical Software Block Counter Of Programming Attempts"}, {}, Result1, NULL, false, false);
Response1 = DiagCom.GetFirstResponse(Result1);
Job.AddBranchByValue(Response1, Value1);

Member Data Documentation

◆ parameterContainer

ParameterContainerTerm OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByValue.parameterContainer

Parameter container contains the Parameter to be retrieved.

◆ value

QuantityTerm OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByValue.value

Numerical size (numeric quantity) of what the value should be determined.