NIRfsg Namespace

Table of Contents

RfsgBurstDetection.MinimumQuietTime Property

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

RfsgBurstDetectionMinimumQuietTime Property

Sets or gets the time duration for which the signal must be quiet before a valid burst start location or after a valid burst stop location.

This method is ignored when you disable the RfsgBurstDetectionEnabled or when you set the RfsgBurstDetectionModeproperty to Auto.


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

Syntax

public double MinimumQuietTime { get; set; }
Public Property MinimumQuietTime As Double
	Get
	Set

Property Value

Double
Specifies a time duration for which the signal must be quiet before a valid burst start location or after a valid burst stop location.

Remarks

The default value of this property is 0, which means NI-RFSG does not look for a quiet time before or after detected burst start and stop locations. This property is useful for detecting burst locations in signals containing multiple bursts. However, each burst must have large changes in signal power within itself.By configuring the MinimumQuietTime property to a value that is less than or equal to the minimum time between two adjacent bursts in the waveform, you can ensure that the burst start and stop locations are detected at the beginning and end of a burst respectively, rather than at the signal power change within a burst.

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

See Also

Log in to get a better experience