Provides methods to configure the ModAcc measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public class RFmxBTMXModAccConfiguration : RFmxBTMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxBTMXModAccAveragingEnabled, int)

Configures averaging for the ModAcc measurement.

ConfigureBurstSynchronizationType(string, RFmxBTMXModAccBurstSynchronizationType)

Configures the burst synchronization type for ModAcc measurement.

GetAllTracesEnabled(string, out bool)

Gets whether to enable all the traces computed by ModAcc measurements.

GetAveragingCount(string, out int)

Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True.

GetAveragingEnabled(string, out RFmxBTMXModAccAveragingEnabled)

Gets whether to enable averaging for the ModAcc measurements.

GetBurstSynchronizationType(string, out RFmxBTMXModAccBurstSynchronizationType)

Gets the type of synchronization used for detecting the start of packet in ModAcc measurement.

GetIQOriginOffsetCorrectionEnabled(string, out RFmxBTMXModAccIQOriginOffsetCorrectionEnabled)

Gets whether to enable the I/Q origin offset correction for EDR packets. If you set this method to True, the DEVM results are computed after correcting for the I/Q origin offset.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the ModAcc measurements. You can use this method to determine the modulation quality of the bluetooth transmitter.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the ModAcc 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 computed by ModAcc measurements.

SetAveragingCount(string, int)

Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True.

SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled)

Sets whether to enable averaging for the ModAcc measurements.

SetBurstSynchronizationType(string, RFmxBTMXModAccBurstSynchronizationType)

Sets the type of synchronization used for detecting the start of packet in ModAcc measurement.

SetIQOriginOffsetCorrectionEnabled(string, RFmxBTMXModAccIQOriginOffsetCorrectionEnabled)

Sets whether to enable the I/Q origin offset correction for EDR packets. If you set this method to True, the DEVM results are computed after correcting for the I/Q origin offset.

SetMeasurementEnabled(string, bool)

Sets whether to enable the ModAcc measurements. You can use this method to determine the modulation quality of the bluetooth transmitter.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the ModAcc 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.