Provides methods to configure the PowerRamp measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public class RFmxWlanMXPowerRampConfiguration : RFmxWlanMXSubObject

Methods

NameDescription
ConfigureAcquisitionLength(string, double)

Configures the waveform acquisition length for the measurement.

ConfigureAveraging(string, RFmxWlanMXPowerRampAveragingEnabled, int)

Configures averaging for the measurement.

GetAcquisitionLength(string, out double)

Gets the duration of the signal to be acquired for the PowerRamp measurement. This value is expressed in seconds.

GetAllTracesEnabled(string, out bool)

Gets whether to enable all the traces computed by the PowerRamp measurement.

GetAveragingCount(string, out int)

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

GetAveragingEnabled(string, out RFmxWlanMXPowerRampAveragingEnabled)

Gets if averaging is enabled for PowerRamp measurements.

GetMeasurementEnabled(string, out bool)

Gets whether to enable PowerRamp measurement.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for PowerRamp measurement.

SetAcquisitionLength(string, double)

Sets the duration of the signal to be acquired for the PowerRamp measurement. This value is expressed in seconds.

SetAllTracesEnabled(string, bool)

Sets whether to enable all the traces computed by the PowerRamp measurement.

SetAveragingCount(string, int)

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

SetAveragingEnabled(string, RFmxWlanMXPowerRampAveragingEnabled)

Sets if averaging is enabled for PowerRamp measurements.

SetMeasurementEnabled(string, bool)

Sets whether to enable PowerRamp measurement.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for PowerRamp measurement.