VeriStand .NET API Reference

RawFrameDataLogging.AddDataLoggingFile Method

Adds the specified raw frame data logging file under the current NI-XNET port.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddDataLoggingFile ( _
	dataLoggingFile As DataLoggingFile _
) As Boolean
C#
public bool AddDataLoggingFile(
	DataLoggingFile dataLoggingFile
)
Visual C++
public:
bool AddDataLoggingFile(
	DataLoggingFile^ dataLoggingFile
)

Parameters

dataLoggingFile
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DataLoggingFile
The DataLoggingFile to add. The file can be a TDMS or NCL file.

Return Value

true (True in Visual Basic) if the raw frame data logging file was added successfully.

See Also

Log in to get a better experience