NI-DAQmx .NET Framework 4.0 API Reference

Task.StartNewFile Method

  • Updated2023-02-21
  • 1 minute(s) read
Task.StartNewFile Method
Starts a new TDMS file the next time data is written to disk.

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

Syntax

public void StartNewFile(
	string filePath
)
Public Sub StartNewFile ( 
	filePath As String
)

Parameters

filePath
Type: SystemString
The path to the TDMS file to which you want to log data.

See Also

Log in to get a better experience