2.7.15 expNITDM
Contents
Menu Information
File: Export: NI TDM (TDM, TDMS)
Brief Information
Export workbook data as National Instruments TDM and TDMS files
Command Line Usage
1. expNITDM fname:="c:\signal";
2. expNITDM fname:="c:\signal" percent:=80;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| 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 |
Description
The expNITDM function exports workbook data as National Instruments TDM file. It can be accessed from menu or command window.
- Menu: Select File: Export: NI TDM(TDM)...
- Command window: type
expNITDM -din command window.