OTX Reference  
OpenTestSystem.Otx.Extensions.Flash.Terms.CreateFlashJobByName Class Reference

Create a new FlashJob by name More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Flash.Terms.CreateFlashJobByName:
Inheritance graph

Public Attributes

ComChannelTerm comChannel
 Cardinality [1]
Comprises the handle of the communication channel (LogicalLink). More...
 
StringTerm name
 Cardinality [1]
Represents the name of the to-be-created FlashJob. More...
 
FlashSessionTerm session
 Cardinality [0..1]
Represents the FlashSession to be programmed by the FlashJob. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Create a new FlashJob by name

CreateFlashJobByName creates a new FlashJob for the specified ComChannel.

Exceptions
DiagCom.Exceptions.UnknownTargetException
Syntax
FlashJobTerm = Flash.CreateFlashJobByName(ComChannelTerm comChannel, StringTerm name, FlashSessionTerm session = NULL);
ComChannelTerm comChannel
Cardinality [1] Comprises the handle of the communication channel (LogicalLink).
Definition: Flash.cs:1179
FlashSessionTerm session
Cardinality [0..1] Represents the FlashSession to be programmed by the FlashJob.
Definition: Flash.cs:1199
StringTerm name
Cardinality [1] Represents the name of the to-be-created FlashJob.
Definition: Flash.cs:1189
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
Flash.FlashSession FlashSession1;
Flash.FlashJob FlashJob1;
// Flow
ComChannel1 = DiagCom.GetComChannel("SCHEINWERFER", NULL, false);
FlashSession1 = Flash.GetFlashSession("_7PP907357F_7520");
FlashJob1 = Flash.CreateFlashJobByName(ComChannel1, "FlashJobs_FlashJob_UDS", FlashSession1);

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.Flash.Terms.CreateFlashJobByName.comChannel

Cardinality [1]
Comprises the handle of the communication channel (LogicalLink).

◆ name

StringTerm OpenTestSystem.Otx.Extensions.Flash.Terms.CreateFlashJobByName.name

Cardinality [1]
Represents the name of the to-be-created FlashJob.

◆ session

FlashSessionTerm OpenTestSystem.Otx.Extensions.Flash.Terms.CreateFlashJobByName.session

Cardinality [0..1]
Represents the FlashSession to be programmed by the FlashJob.