RFmx LTE DotNET

Table of Contents

RFmxLteMXChpConfiguration Methods

  • Updated2024-07-17
  • 8 minute(s) read
RFmxLteMXChpConfiguration Methods

RFmxLteMXChpConfiguration Methods

The RFmxLteMXChpConfiguration type exposes the following members.

Methods

  NameDescription
Public methodConfigureAveraging
Configures averaging for the CHP measurement.
Public methodConfigureIntegrationBandwidthType
Configures the type of integration bandwidth (IBW), which selects one of the frequency ranges over which the CHP is measured.
Refer to the LTE Channel Power (CHP) topic for more information.
Public methodConfigureRbwFilter
Configures the RBW filter.
Public methodConfigureSweepTime
Configures the sweep time.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAllTracesEnabled
Gets whether to enable the traces to be stored and retrieved after performing the CHP measurement.
Public methodGetAmplitudeCorrectionType
Gets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table.
Public methodGetAveragingCount
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXChpAveragingEnabled) method to True.
Public methodGetAveragingEnabled
Gets whether to enable averaging for the CHP measurement.
Public methodGetAveragingType
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for CHP measurement.
Public methodGetComponentCarrierIntegrationBandwidth
Gets the integration bandwidth of a component carrier (CC). This value is expressed in Hz.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntegrationBandwidthType
Gets the integration bandwidth (IBW) type used to measure the power of the acquired signal. Integration bandwidth is the frequency interval over which the power in each frequency bin is added to measure the total power in that interval.
Public methodGetMeasurementEnabled
Gets whether to enable the channel power measurement.
Public methodGetMeasurementMode
Gets whether the measurement calibrates the noise floor of analyzer or performs the CHP measurement. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodGetNoiseCalibrationAveragingAuto
Gets whether the RFmx driver automatically computes the averaging count used for instrument noise calibration.
Public methodGetNoiseCalibrationAveragingCount
Gets the averaging count used for noise calibration when you set the SetNoiseCalibrationAveragingAuto(String, RFmxLteMXChpNoiseCalibrationAveragingAuto) method to False.
Public methodGetNoiseCalibrationMode
Gets whether the noise calibration and measurement is performed automatically by the measurement or initiated by you. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodGetNoiseCompensationEnabled
Gets whether the RFmx driver compensates for the instrument noise when performing the measurement. To compensate for instrument noise when performing a CHP measurement, set the SetNoiseCalibrationMode(String, RFmxLteMXChpNoiseCalibrationMode) method to Auto, or set the CHP Noise Cal Mode method to Manual and the SetMeasurementMode(String, RFmxLteMXChpMeasurementMode) method to Measure. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodGetNoiseCompensationType
Gets the noise compensation type. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodGetNumberOfAnalysisThreads
Gets the maximum number of threads used for parallelism for the CHP 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.
Public methodGetRbwFilterAutoBandwidth
Gets whether the CHP measurement computes the RBW.
Public methodGetRbwFilterBandwidth
Gets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(String, RFmxLteMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.
Public methodGetRbwFilterType
Gets the shape of the digital RBW filter.
Public methodGetSubblockIntegrationBandwidth
Gets the integration bandwidth of a subblock. This value is expressed in Hz. Integration bandwidth is the span from the left edge of the leftmost carrier to the right edge of the rightmost carrier within the subblock.
Public methodGetSweepTimeAuto
Gets whether the measurement computes the sweep time.
Public methodGetSweepTimeInterval
Gets the sweep time when you set the SetSweepTimeAuto(String, RFmxLteMXChpSweepTimeAuto) method to False. This value is expressed in seconds.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAllTracesEnabled
Sets whether to enable the traces to be stored and retrieved after performing the CHP measurement.
Public methodSetAmplitudeCorrectionType
Sets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table.
Public methodSetAveragingCount
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXChpAveragingEnabled) method to True.
Public methodSetAveragingEnabled
Sets whether to enable averaging for the CHP measurement.
Public methodSetAveragingType
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for CHP measurement.
Public methodSetIntegrationBandwidthType
Sets the integration bandwidth (IBW) type used to measure the power of the acquired signal. Integration bandwidth is the frequency interval over which the power in each frequency bin is added to measure the total power in that interval.
Public methodSetMeasurementEnabled
Sets whether to enable the channel power measurement.
Public methodSetMeasurementMode
Sets whether the measurement calibrates the noise floor of analyzer or performs the CHP measurement. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodSetNoiseCalibrationAveragingAuto
Sets whether the RFmx driver automatically computes the averaging count used for instrument noise calibration.
Public methodSetNoiseCalibrationAveragingCount
Sets the averaging count used for noise calibration when you set the SetNoiseCalibrationAveragingAuto(String, RFmxLteMXChpNoiseCalibrationAveragingAuto) method to False.
Public methodSetNoiseCalibrationMode
Sets whether the noise calibration and measurement is performed automatically by the measurement or initiated by you. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodSetNoiseCompensationEnabled
Sets whether the RFmx driver compensates for the instrument noise when performing the measurement. To compensate for instrument noise when performing a CHP measurement, set the SetNoiseCalibrationMode(String, RFmxLteMXChpNoiseCalibrationMode) method to Auto, or set the CHP Noise Cal Mode method to Manual and the SetMeasurementMode(String, RFmxLteMXChpMeasurementMode) method to Measure. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodSetNoiseCompensationType
Sets the noise compensation type. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Public methodSetNumberOfAnalysisThreads
Sets the maximum number of threads used for parallelism for the CHP 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.
Public methodSetRbwFilterAutoBandwidth
Sets whether the CHP measurement computes the RBW.
Public methodSetRbwFilterBandwidth
Sets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(String, RFmxLteMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.
Public methodSetRbwFilterType
Sets the shape of the digital RBW filter.
Public methodSetSweepTimeAuto
Sets whether the measurement computes the sweep time.
Public methodSetSweepTimeInterval
Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxLteMXChpSweepTimeAuto) method to False. This value is expressed in seconds.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateNoiseCalibrationData
Indicates whether calibration data is valid for the configuration specified by the signal name in the selectorString parameter.
Top

See Also

Log in to get a better experience