RetrieveWaveformBurstStartLocations(IntPtr, string, ref int[])
- Updated2025-10-13
- 1 minute(s) read
Returns the RF burst start positions property stored in the NI-RFSG waveform database. This method uses the waveformName parameter as the key to retrieve the waveform property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int RetrieveWaveformBurstStartLocations(IntPtr rfsgSession, string waveformName, ref int[] burstStartLocations)
Parameters
| Name | Type | Description |
|---|---|---|
| rfsgSession | IntPtr | Identifies the instrument session. The rfsgSession handle is obtained from the NI-RFSG DangerousGetInstrumentHandle method. |
| waveformName | string | Specifies the waveform name for which you want to retrieve the RF burst start locations. |
| burstStartLocations | ref int[] | Returns the array of RF burst start positions stored in the NI-RFSG waveform database for the waveform you specified in the waveformName parameter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.