Provides methods to configure the CHP measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public class RFmxEvdoMXChpConfiguration : RFmxEvdoMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxEvdoMXChpAveragingEnabled, int, RFmxEvdoMXChpAveragingType)

Configures averaging for the channel power (CHP) measurement.

ConfigureRbwFilter(string, RFmxEvdoMXChpRbwAutoBandwidth, double, RFmxEvdoMXChpRbwFilterType)

Configures the resolution bandwidth (RBW) filter.

ConfigureSweepTime(string, RFmxEvdoMXChpSweepTimeAuto, double)

Configures the sweep time.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the channel power (CHP) measurement.

GetAveragingCount(string, out int)

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

GetAveragingEnabled(string, out RFmxEvdoMXChpAveragingEnabled)

Gets whether to enable averaging for the channel power (CHP) measurement.

GetAveragingType(string, out RFmxEvdoMXChpAveragingType)

Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the channel power (CHP) measurement.

GetCarrierIntegrationBandwidth(string, out double)

Gets the CHP carrier integration bandwidth. This value is expressed in Hz.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the channel power (CHP) measurement.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the channel power (CHP) measurement.

GetRbwFilterAutoBandwidth(string, out RFmxEvdoMXChpRbwAutoBandwidth)

Gets whether the measurement computes the RBW.

GetRbwFilterBandwidth(string, out double)

Gets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(string, RFmxEvdoMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.

GetRbwFilterType(string, out RFmxEvdoMXChpRbwFilterType)

Gets the shape of the digital RBW filter.

GetSweepTimeAuto(string, out RFmxEvdoMXChpSweepTimeAuto)

Gets whether the measurement computes the sweep time.

GetSweepTimeInterval(string, out double)

Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXChpSweepTimeAuto) method to False. This value is expressed in seconds.

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the channel power (CHP) measurement.

SetAveragingCount(string, int)

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

SetAveragingEnabled(string, RFmxEvdoMXChpAveragingEnabled)

Sets whether to enable averaging for the channel power (CHP) measurement.

SetAveragingType(string, RFmxEvdoMXChpAveragingType)

Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the channel power (CHP) measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the channel power (CHP) measurement.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the channel power (CHP) measurement.

SetRbwFilterAutoBandwidth(string, RFmxEvdoMXChpRbwAutoBandwidth)

Sets whether the measurement computes the RBW.

SetRbwFilterBandwidth(string, double)

Sets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(string, RFmxEvdoMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.

SetRbwFilterType(string, RFmxEvdoMXChpRbwFilterType)

Sets the shape of the digital RBW filter.

SetSweepTimeAuto(string, RFmxEvdoMXChpSweepTimeAuto)

Sets whether the measurement computes the sweep time.

SetSweepTimeInterval(string, double)

Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXChpSweepTimeAuto) method to False. This value is expressed in seconds.