StoreWaveformRFBlankingEnabled(IntPtr, string, bool)
- Updated2025-10-13
- 1 minute(s) read
Stores the RF blanking enabled value, which you specify in the rfBlankingEnabled parameter, in the NI-RFSG waveform database.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int StoreWaveformRFBlankingEnabled(IntPtr rfsgSession, string waveformName, bool rfBlankingEnabled)
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 name of the waveform for which you want to store the RF blanking enabled value. |
| rfBlankingEnabled | bool | Specifies the RF blanking enabled to store 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.