Provides methods to configure the CHP measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public class RFmxTdscdmaMXChpConfiguration : RFmxTdscdmaMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxTdscdmaMXChpAveragingEnabled, int, RFmxTdscdmaMXChpAveragingType)

Configures averaging for the CHP measurement.

ConfigureRbwFilter(string, RFmxTdscdmaMXChpRbwAutoBandwidth, double, RFmxTdscdmaMXChpRbwFilterType)

Configures the RBW filter.

ConfigureSweepTime(string, RFmxTdscdmaMXChpSweepTimeAuto, double)

Configures the sweep time.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the CHP measurement.

GetAveragingCount(string, out int)

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

GetAveragingEnabled(string, out RFmxTdscdmaMXChpAveragingEnabled)

Gets whether to enable averaging for the CHP measurement.

GetAveragingType(string, out RFmxTdscdmaMXChpAveragingType)

Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement.

GetIntegrationBandwidth(string, out double)

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

GetMeasurementEnabled(string, out bool)

Gets whether to enable the CHP measurement.

GetNumberOfAnalysisThreads(string, out int)

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

GetRbwFilterAutoBandwidth(string, out RFmxTdscdmaMXChpRbwAutoBandwidth)

Gets whether the measurement calculates 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, RFmxTdscdmaMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.

GetRbwFilterType(string, out RFmxTdscdmaMXChpRbwFilterType)

Gets the shape of the digital RBW filter.

GetSweepTimeAuto(string, out RFmxTdscdmaMXChpSweepTimeAuto)

Gets whether the measurement calculates the sweep time.

GetSweepTimeInterval(string, out double)

Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXChpSweepTimeAuto) 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 CHP measurement.

SetAveragingCount(string, int)

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

SetAveragingEnabled(string, RFmxTdscdmaMXChpAveragingEnabled)

Sets whether to enable averaging for the CHP measurement.

SetAveragingType(string, RFmxTdscdmaMXChpAveragingType)

Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the CHP measurement.

SetNumberOfAnalysisThreads(string, int)

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

SetRbwFilterAutoBandwidth(string, RFmxTdscdmaMXChpRbwAutoBandwidth)

Sets whether the measurement calculates the RBW.

SetRbwFilterBandwidth(string, double)

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

SetRbwFilterType(string, RFmxTdscdmaMXChpRbwFilterType)

Sets the shape of the digital RBW filter.

SetSweepTimeAuto(string, RFmxTdscdmaMXChpSweepTimeAuto)

Sets whether the measurement calculates the sweep time.

SetSweepTimeInterval(string, double)

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