NI-DAQmx .NET Framework 4.5 API Reference

Task.StartNewFile Method

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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