Returns the size of the waveform stored in the file. This method uses the waveformIndex parameter as the key to read the waveform property.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int ReadWaveformSizeFromFile(string filePath, int waveformIndex, out int waveformSize)

Parameters

NameTypeDescription
filePathstring

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

waveformIndexint

Specifies the waveform number in the file for which you want to read the waveform size.

waveformSizeout int

Returns the size of the waveform stored in the file for the waveform number that you specified in the waveformIndex parameter. This value is expressed in samples.

Returns

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