RfsgBurstDetectionEnabled Enumeration
- Updated2025-10-14
- 1 minute(s) read
Enables the detection of burst start and burst stop locations in the waveform. You can read the detected burst start and burst stop locations using GetWaveformBurstStartLocations and GetWaveformBurstStopLocations methods respectively. blockquote>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 ResetDevice or RfsaDriverUtility.ResetDevice on the same device, NI recommends calling it before committing blanking attributes. Alternatively, you can call ResetWithOptions or RfsaDriverUtility.ResetWithOptions. Select Routes in the stepsToOmit parameter.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgBurstDetectionEnabled
Remarks
Supported Devices: PXIe-5820/5830/5831/5832/5840/5841
Members
| Name | Value | Description |
|---|---|---|
| Enabled | (int)1 | summary>Burst detection is enabled. /summary> summary>Burst detection is disabled. /summary> |
| Disabled | (int)0 |