Returns the names of the waveforms that are stored in the NI-RFSG waveform database.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int RetrieveDownloadedWaveformNames(IntPtr rfsgSession, out string[] waveformNames)

Parameters

NameTypeDescription
rfsgSessionIntPtr

Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method.

waveformNamesout string[]

Returns an array of the waveform names that are stored in the NI-RFSG waveform database.

Returns

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