
Contents |
NI TDM (TDM, TDMS)
Export workbook data as National Instruments TDM and TDMS files
1. expNITDM fname:="c:\singal";
2. expNITDM fname:="c:\singal" percent:=80;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Worksheet | iwp |
Input WorksheetPage | |
The worksheet to be exported. By default, it is the active sheet. It cannot be changed in the dialog box. |
| File Name | fname |
Input string | |
Specify the path and filename of the exported file. If file extension is omitted, it will be appended according to the file type. |
| Percent of Text in Mix Data to Export as Text | percent |
Input int | |
Specify the percent of Text in Mix Data to Export as Text |
The expNITDM function exports workbook data as National Instruments TDM file. It can be accessed from menu or command window.
expNITDM -d in command window.