Variable: FileExportFilter
- Updated2024-09-12
- 2 minute(s) read
Variable: FileExportFilter
Variable: FileExportFilter
Specifies the storage method you use to save data from the DIAdem Data Portal to a file. If you do not specify a storage method, DIAdem saves the data with the TDM DataPlugin.
| Definition | FileExportFilter, String variable |
The valid values for this variable vary according to the registered DataPlugin. The following values are valid:
| Value of the Variable | Meaning | Filename Extension |
| TDM | DIAdem TDM files | TDM |
| DD8x | DIAdem DAT files | DAT |
| TDMS | DIAdem TDM streaming files | TDMS |
| LVM | LabVIEW LVM files | LVM |
| ATF | ASAM transport format | ATF |
| CSV | Comma-separated values | CSV |
| Note To specify the value of the FileExportFilter variable for DataPlugins, enable the Recording mode and select a file type in the Save As dialog box. In the script recorded in the script editor, you then receive the value of the variable as a parameter of the DataFileSave command. |
| Note If you do not save data in the TDM format, group information or properties, for example, may be left out because some formats cannot save all information. |
| Note If you save data in the CSV format, DIAdem saves only the first channel group. To save other channel groups, you must save the channel groups selectively. |
| Note If you save data in the CSV format, DIAdem uses a tabulator as the separator. |
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: FileFilter | Variable: FileImportFilter
Used by
Command: DataFileSave | Command: DataFileSaveSel | Program Variables in Commands