Logging >> TDMS >> Operation
- Updated2023-03-16
- 1 minute(s) read
Logging >> TDMS >> Operation
Data Type: | int32 |
Description: | Specifies how to open the TDMS file. |
Valid values
DAQmx_Val_Open | 10437 | Open an existing TDMS file, and append data to that file. If the file does not exist, NI-DAQmx returns an error. |
DAQmx_Val_OpenOrCreate | 15846 | Open an existing TDMS file, and append data to that file. If the file does not exist, NI-DAQmx creates a new TDMS file. |
DAQmx_Val_CreateOrReplace | 15847 | Create a new TDMS file, or replace an existing TDMS file. |
DAQmx_Val_Create | 15848 | Create a new TDMS file. If the file already exists, NI-DAQmx returns an error. |
You can get/set/reset this property using:
DAQmxGetLoggingTDMSOperation
DAQmxSetLoggingTDMSOperation
DAQmxResetLoggingTDMSOperation