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

Add a set of response parameters by its short name More...

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

Public Attributes

ParameterContainerTerm content
 Parameter container contains the Parameter to be retrieved. More...
 
ParameterContainerTerm parameterContainer
 Parameter container contains the Parameter to be retrieved. More...
 
StringTerm shortName
 Expression (term) of type String 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 its short name

AddBranchByName is used to add a set of response parameters to the response structure according to a multiplexer database definition given by its short name.

Exceptions
Core.Exceptions.TypeMismatchException
Job.Exceptions.InvalidParameterizationException
Syntax
Job.AddBranchByName(ParameterContainerTerm parameterContainer, ParameterContainerTerm content, StringTerm shortName);
ParameterContainerTerm content
Parameter container contains the Parameter to be retrieved.
Definition: Job.cs:554
ParameterContainerTerm parameterContainer
Parameter container contains the Parameter to be retrieved.
Definition: Job.cs:544
StringTerm shortName
Expression (term) of type String
Definition: Job.cs:564
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
DiagCom.DiagService DiagService1;
DiagCom.Result Result1;
DiagCom.Response Response1;
DiagCom.Parameter Parameter1;
// 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);
Parameter1 = DiagCom.GetParameterByPath(Response1, {"Param_DataRecor"});
Job.AddBranchByName(Response1, Parameter1, "Read Data By Identifier / Actuator Test Status");

Member Data Documentation

◆ content

ParameterContainerTerm OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByName.content

Parameter container contains the Parameter to be retrieved.

◆ parameterContainer

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

Parameter container contains the Parameter to be retrieved.

◆ shortName

StringTerm OpenTestSystem.Otx.Extensions.Job.Actions.AddBranchByName.shortName

Expression (term) of type String