NI-DAQmx .NET Framework 4.5 API Reference

TdmsLoggingOperation Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
TdmsLoggingOperation Enumeration
Specifies how to open the TDMS file.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum TdmsLoggingOperation
Public Enumeration TdmsLoggingOperation

Members

  Member nameValueDescription
Open10437Open an existing TDMS file, and append data to that file. If the file does not exist, NI-DAQmx returns an error.
OpenOrCreate15846Open an existing TDMS file, and append data to that file. If the file does not exist, NI-DAQmx creates a new TDMS file.
CreateOrReplace15847Create a new TDMS file, or replace an existing TDMS file.
Create15848Create a new TDMS file. If the file already exists, NI-DAQmx returns an error.

Remarks

Specifies how to open the TDMS file. Use this enumeration to get or set the value of TdmsLoggingOperation.

See Also

Log in to get a better experience