Returns the RF blanking enabled value stored in the file. This method uses the waveformIndex as the key to read the waveform properties.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int ReadRFBlankingEnabledFromFile(string filePath, int waveformIndex, out bool rfBlankingEnabled)

Parameters

NameTypeDescription
filePathstring

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

waveformIndexint

Specifies the waveform number in the file for which you want to read the RF blanking enabled.

rfBlankingEnabledout bool

Returns the RF blanking enabled value, stored in the file for the waveform number which you specified in the waveformIndex parameter.

Returns

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