OTX Reference  
OpenTestSystem.Otx.Extensions.FlashPlus.Terms.GetFlashDataFileNames Class Reference

Gets a list data file name More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.FlashPlus.Terms.GetFlashDataFileNames:
Inheritance graph

Public Attributes

NumericTerm block
 Specifies a block in the flash:FlashSession context that shall be addressed. The value shall be in the range of the existing blocks. Float values shall be truncated. More...
 
FlashSessionTerm session
 Specifies the flash:FlashSession which provides the data that shall be addressed. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets a list data file name

The GetFlashDataFileNames returns a possibly empty otx:List of otx:String of file names which match the pattern obtainable via MCDDbFlashData::getDataFileName().

Note
The appropriate MVCI system operation is MCDDbFlashData.getMatchingFileNames.
Exceptions
Exceptions.FlashPlusException
Syntax
ListTerm = FlashPlus.GetFlashDataFileNames(NumericTerm block, FlashSessionTerm session);
FlashSessionTerm session
Specifies the flash:FlashSession which provides the data that shall be addressed.
Definition: FlashPlus.cs:253
NumericTerm block
Specifies a block in the flash:FlashSession context that shall be addressed. The value shall be in th...
Definition: FlashPlus.cs:243
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
Flash.FlashSession FlashSession1;
Flash.FlashJob FlashJob1;
List<String> List1;
// Flow
ComChannel1 = DiagCom.GetComChannel("SCHEINWERFER", NULL, false);
FlashSession1 = Flash.GetFlashSession("_7PP907357F_7520");
List1 = FlashPlus.GetFlashDataFileNames(1, FlashSession1);
ListTerm = FlashPlus.GetFlashDataFileNames(NumericTerm block, FlashSessionTerm session);
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
Flash.FlashSession FlashSession1;
Flash.FlashJob FlashJob1;
List<String> List1;
// Flow
ComChannel1 = DiagCom.GetComChannel("SCHEINWERFER", NULL, false);
FlashSession1 = Flash.GetFlashSession("_7PP907357F_7520");
List1 = FlashPlus.GetFlashDataFileNames(1, FlashSession1);

Member Data Documentation

◆ block

NumericTerm OpenTestSystem.Otx.Extensions.FlashPlus.Terms.GetFlashDataFileNames.block

Specifies a block in the flash:FlashSession context that shall be addressed. The value shall be in the range of the existing blocks. Float values shall be truncated.

◆ session

FlashSessionTerm OpenTestSystem.Otx.Extensions.FlashPlus.Terms.GetFlashDataFileNames.session

Specifies the flash:FlashSession which provides the data that shall be addressed.