RetrieveWaveformRFBlankingEnabled(IntPtr, string, out bool)
- Updated2025-10-13
- 1 minute(s) read
Returns the RF blanking enabled value stored in the NI-RFSG waveform database. This method uses the waveformName parameter as the key to retrieve the waveform properties.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public static int RetrieveWaveformRFBlankingEnabled(IntPtr rfsgSession, string waveformName, out bool rfBlankingEnabled)
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 retrieve the RF blanking enabled value. |
| rfBlankingEnabled | out bool | Returns the RF blanking enabled stored in the NI-RFSG waveform database for the waveform which 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.