Returns the RF blanking marker positions property stored in the NI-RFSG waveform database. This method uses the waveformName as the key to retrieve the waveform property.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int RetrieveWaveformRFBlankingMarkerLocations(IntPtr rfsgSession, string waveformName, ref int[] markerLocations)

Parameters

NameTypeDescription
rfsgSessionIntPtr

Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method.

waveformNamestring

Specifies the name of the waveform for which you want to retrieve the retrieve RF blanking marker locations.

markerLocationsref int[]

Returns the array of RF blanking marker positions stored in the NI-RFSG waveform database for the waveform 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.