ReadWaveformsFromFileComplex(string, int, ref ComplexWaveform< ComplexSingle >[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| filePath | string | Specifies the absolute path to the TDMS file from which the playback library reads the waveforms. |
| numberOfWaveforms | int | Specifies the number of waveforms. |
| outputWaveforms | ref 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.