OTX Reference  
OpenTestSystem.Otx.Extensions.Flash.Actions.SetFlashSession Class Reference

Set the flash session More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Flash.Actions.SetFlashSession:
Inheritance graph

Public Attributes

FlashJobVariable flashJob
 Represents the FlashJob where the session shall be set. More...
 
FlashSessionTerm flashSession
 Represents the FlashSession to be programmed by the FlashJob. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Set the flash session

SetFlashSession sets the flash session to be programmed when the FlashJob is executed.

Syntax
Flash.SetFlashSession(FlashJobVariable flashJob, FlashSessionTerm flashSession);
FlashJobVariable flashJob
Represents the FlashJob where the session shall be set.
Definition: Flash.cs:635
FlashSessionTerm flashSession
Represents the FlashSession to be programmed by the FlashJob.
Definition: Flash.cs:645
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.CreateFlashJob(ComChannel1, FlashSession1);
Flash.SetFlashSession(FlashJob1, FlashSession1);

Member Data Documentation

◆ flashJob

FlashJobVariable OpenTestSystem.Otx.Extensions.Flash.Actions.SetFlashSession.flashJob

Represents the FlashJob where the session shall be set.

◆ flashSession

FlashSessionTerm OpenTestSystem.Otx.Extensions.Flash.Actions.SetFlashSession.flashSession

Represents the FlashSession to be programmed by the FlashJob.