Variable: FileImportFilter
- Updated2024-09-12
- 2 minute(s) read
Variable: FileImportFilter
Variable: FileImportFilter
Specifies the DataPlugin which DIAdem uses for loading a data file into the Data Portal.
| Definition | FileImportFilter, String |
Access: Read/Write |
If you do not specify a DataPlugin, DIAdem automatically uses the DataPlugin assigned to the file type.
The valid values for this variable vary according to the registered DataPlugin. The following values are valid:
| Value of the Variables | Meaning | Filename Extension |
| TDM | DIAdem TDM files | TDM |
| TDMS | DIAdem TDM streaming files | TDMS |
| LVM | LabVIEW LVM files | LVM |
| CSV | Comma Separated Values | CSV |
| DAT | DIAdem DAT files | DAT |
| Note To specify the value of the FileImportFilter variable for a file type, enable the Recording mode and open a file with the appropriate filename extension in the Open dialog box. In the script recorded in the script editor, you then receive the value of the variable as a parameter of the DataFileLoad command. |
| Note Visit the DataPlugin Web site to find existing DataPlugins you can download. |
Related Topics
Command: ChnValExpand | Command: DataFileLoad | Command: DataFileLoadRed | Command: DataFileLoadSel | Command: DataFileSave | Command: DataFileSaveSel | Command: DataFileSelDlg | Command: FileDlgShow | Command: FileNameGet | Command: PathDlgShow | Commands and Variables for Working with Data | Variable: FileExportFilter | Variable: FileFilter
Used by
Command: DataFileLoad | Command: DataFileLoadRed | Command: DataFileLoadSel | Command: DataFileSelDlg | Program Variables in Commands