NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Logging >> TDMS >> Operation

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

Was this information helpful?

Help us improve your future ni.com experience.

Did you find the documentation you were looking for?

Submit