RetrieveDownloadedWaveformNames(IntPtr, out string[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| rfsgSession | IntPtr | Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method. |
| waveformNames | out 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.