Reads the waveform from file and returns the waveform in an output parameter.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int ReadWaveformFromFileComplex(string filePath, ref ComplexWaveform< ComplexDouble > outputWaveform)

Parameters

NameTypeDescription
filePathstring

Specifies the absolute path to the TDMS file from which the playback library reads the waveforms.

outputWaveformref ComplexWaveform< ComplexDouble >

Returns the data for a complex waveform of ComplexDouble datatype, including the start, delta, and actual values.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.