RFmxBTMXModSpectrumConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the ModSpectrum measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public class RFmxBTMXModSpectrumConfiguration : RFmxBTMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxBTMXModSpectrumAveragingEnabled, int) | Configures averaging for the ModSpectrum measurement. |
| ConfigureBurstSynchronizationType(string, RFmxBTMXModSpectrumBurstSynchronizationType) | Configures the burst synchronization type for ModSpectrum measurement. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable all the traces used for ModSpectrum measurements. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the ModSpectrumAveragingEnabled method to True. |
| GetAveragingEnabled(string, out RFmxBTMXModSpectrumAveragingEnabled) | Gets whether to enable averaging for ModSpectrum measurements. |
| GetBurstSynchronizationType(string, out RFmxBTMXModSpectrumBurstSynchronizationType) | Gets the type of synchronization used for detecting the start of packet in the ModSpectrum measurement. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the ModSpectrum measurements.This measurement is valid only for channel sounding (CS) packets. |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for ModSpectrum measurement.The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable all the traces used for ModSpectrum measurements. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the ModSpectrumAveragingEnabled method to True. |
| SetAveragingEnabled(string, RFmxBTMXModSpectrumAveragingEnabled) | Sets whether to enable averaging for ModSpectrum measurements. |
| SetBurstSynchronizationType(string, RFmxBTMXModSpectrumBurstSynchronizationType) | Sets the type of synchronization used for detecting the start of packet in the ModSpectrum measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the ModSpectrum measurements.This measurement is valid only for channel sounding (CS) packets. |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for ModSpectrum measurement.The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations. |