StoreWaveformRFBlankingMarkerLocations(IntPtr, string, int[])
- Updated2025-10-13
- 1 minute(s) read
Stores the RF blanking marker positions, which you specify in the markerLocations parameter, in the NI-RFSG waveform database.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int StoreWaveformRFBlankingMarkerLocations(IntPtr rfsgSession, string waveformName, int[] markerLocations)
Parameters
| Name | Type | Description |
|---|---|---|
| rfsgSession | IntPtr | Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method. |
| waveformName | string | Specifies the name of the waveform for which you want to store the RF blanking marker locations. |
| markerLocations | int[] | Specifies the RF blanking marker positions to store. It is an array of sample positions, within the waveform, of the marker events that you can use to toggle the RF blanking state. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.