NIRfsg Namespace

Table of Contents

RfsgBurstDetection.Mode Property

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

RfsgBurstDetectionMode Property

Sets or gets the algorithm that NI-RFSG uses to detect the burst start and burst stop locations in the waveform when burst detection is enabled using the RfsgBurstDetectionEnabled property. When you set RfsgBurstDetectionMode to Auto, NI-RFSG automatically detects the burst start and burst stop locations by analyzing the waveform. To fine-tune the burst detection process parameters yourself, you can set this attribute to Manual and specify the burst detection parameters using the MinimumQuietTime, PowerThreshold, and MinimumBurstTime methods.

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

Syntax

public RfsgBurstDetectionMode Mode { get; set; }
Public Property Mode As RfsgBurstDetectionMode
	Get
	Set

Property Value

RfsgBurstDetectionMode
Specifies the algorithm that NI-RFSG uses to detect the burst start and burst stop locations in the waveform when burst detection is enabled using the RfsgBurstDetectionEnabled property.

Remarks

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

See Also

Log in to get a better experience