RfsgBurstDetectionMode Enumeration
- Updated2025-10-14
- 1 minute(s) read
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. 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 Minimum Quiet Time, Power Threshold, and Minimum Burst Time methods.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgBurstDetectionMode
Remarks
Supported Devices: PXIe-5820/5830/5831/5832/5840/5841
Members
| Name | Value | Description |
|---|---|---|
| Auto | (int)-1 | summary>NI-RFSG automatically detects the burst start and burst stop locations by analyzing the waveform. /summary> summary>User sets the burst detection parameters. /summary> |
| Manual | (int)0 |