NI-RFSG Playback Library

NIRfsgPlayback.StoreWaveformRFBlankingMarkerSource Method

  • Updated2023-02-21
  • 1 minute(s) read
NIRfsgPlayback.StoreWaveformRFBlankingMarkerSource Method
Stores the RF blanking marker source, which you specify in the markerSource parameter, in the NI-RFSG waveform database.

Namespace:  NationalInstruments.ModularInstruments.NIRfsgPlayback
Assembly:  NationalInstruments.ModularInstruments.NIRfsgPlayback.Fx40 (in NationalInstruments.ModularInstruments.NIRfsgPlayback.Fx40.dll) Version: 23.0.0.49313 (23.0.0.49313)

Syntax

public static int StoreWaveformRFBlankingMarkerSource(
	IntPtr rfsgSession,
	string waveformName,
	string markerSource
)
Public Shared Function StoreWaveformRFBlankingMarkerSource ( 
	rfsgSession As IntPtr,
	waveformName As String,
	markerSource As String
) As Integer

Parameters

rfsgSession
Type: SystemIntPtr
Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method.
waveformName
Type: SystemString
Specifies the name of the waveform for which you want to store the RF blanking marker source.
markerSource
Type: SystemString
Specifies the RF blanking marker source to store in the NI-RFSG waveform database.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience