ReadWaveformFileVersionFromFile(string, out string)
- Updated2025-10-13
- 1 minute(s) read
Returns the waveform file version of the waveform stored in the file.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int ReadWaveformFileVersionFromFile(string filePath, out string waveformFileVersion)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | Specifies the absolute path to the TDMS file from which the playback library reads the waveform. |
| waveformFileVersion | out string | Returns the waveform file version of the waveform stored in the file. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.