NIRfsg Namespace

Table of Contents

RfsgBurstDetection.Enabled Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgBurstDetection.Enabled Property

RfsgBurstDetectionEnabled Property

Enables the detection of burst start and burst stop locations in the waveform. Set this method to Enabled before writing a waveform to RFSG memory for detecting bursts. You can read the detected burst start and burst stop locations using GetWaveformBurstStartLocations and GetWaveformBurstStopLocations methods respectively.
When you download a waveform using ReadandDownloadWaveformFromfileTDMS and if RFBlankingproperty is enabled, you must set the RfsgBurstDetectionEnabled property to Disable.
For PXIe-5830/5831/5832, the RF Blanking reserves a PXI trigger line. If you are calling any RfsgDriverUtility.ResetDevice or RfsaDriverUtility.ResetDevice on the same device, NI recommends calling it before committing blanking attributes. Alternatively, you can call RfsgDriverUtility.ResetWithOptions or RfsaDriverUtility.ResetWithOptions. Select Routes in the stepsToOmit parameter.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgBurstDetectionEnabled Enabled { get; set; }
Public Property Enabled As RfsgBurstDetectionEnabled
	Get
	Set

Property Value

RfsgBurstDetectionEnabled
Specifies the detection of burst start and burst stop locations in the waveform.

Remarks

Supported Devices: PXIe-5820/5830/5831/5832/5840/5841

See Also

Log in to get a better experience