Stores the RF blanking enabled value, which you specify in the rfBlankingEnabled parameter, in the NI-RFSG waveform database.

Syntax

int32 __stdcall niRFSGPlayback_StoreWaveformRFBlankingEnabled(ViSession rfsgSession, ViConstString waveformName, ViInt32 rfBlankingEnabled)

Parameters

NameDirectionTypeDescription
rfsgSession[in]ViSession

Identifies the instrument session. rfsgSession is obtained from either the niRFSG_init function or the niRFSG_InitWithOptions function.

waveformName[in]ViConstString

Specifies the waveform name for which you want to store the RF blanking enabled value.

rfBlankingEnabled[in]ViInt32

Specifies the RF blanking enabled value to store in the NI-RFSG waveform database.

Returns

Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the niRFSGPlayback_GetError function. The general meaning of the status code is as follows:

Value

Meaning

0

Success

Positive Values

Warnings

Negative Values

Errors