Reads the waveforms from file, and returns the waveforms in an output parameter.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int ReadWaveformsFromFileComplex(string filePath, int numberOfWaveforms, ref ComplexWaveform< ComplexSingle >[] outputWaveforms)

Parameters

NameTypeDescription
filePathstring

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

numberOfWaveformsint

Specifies the number of waveforms.

outputWaveformsref ComplexWaveform< ComplexSingle >[]

Returns the array of complex waveforms of ComplexSingle read from the file.

Returns

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