RFmxTdscdmaMXAcpConfiguration Class
- Updated2025-10-13
- 4 minute(s) read
Provides methods to configure the ACP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public class RFmxTdscdmaMXAcpConfiguration : RFmxTdscdmaMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxTdscdmaMXAcpAveragingEnabled, int, RFmxTdscdmaMXAcpAveragingType) | Configures averaging for the ACP measurement. |
| ConfigureMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) | Configures the method for performing the ACP measurement. |
| ConfigureNoiseCompensationEnabled(string, RFmxTdscdmaMXAcpNoiseCompensationEnabled) | Configures channel power compensation for the inherent noise floor of the signal analyzer.Supported Devices: PXIe-5663/5665/5668R, PXIe-5830/5831/5832 |
| ConfigureNumberOfOffsets(string, int) | Configures the number of offsets for the ACP measurement. |
| ConfigureRbwFilter(string, RFmxTdscdmaMXAcpRbwAutoBandwidth, double, RFmxTdscdmaMXAcpRbwFilterType) | Configures the RBW filter. |
| ConfigureSweepTime(string, RFmxTdscdmaMXAcpSweepTimeAuto, double) | Configures the sweep time. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the ACP measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXAcpAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxTdscdmaMXAcpAveragingEnabled) | Gets whether to enable averaging for the ACP measurement. |
| GetAveragingType(string, out RFmxTdscdmaMXAcpAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for ACP measurement. |
| GetCarrierIntegrationBandwidth(string, out double) | Gets the ACP carrier integration bandwidth. This value is expressed in Hz. |
| GetFarIFOutputPowerOffset(string, out double) | Gets the offset by which to adjust the IF output power level for offset channels that are far from the carrier channel to improve the dynamic range. This value is expressed in dB. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) method to False. |
| GetFftOverlap(string, out double) | Gets the number of samples to overlap between consecutive chunks while performing FFT. This value is expressed as a percentage of the Sequential FFT Size when you set the RFmxWcdmaMXAcpMeasurementMethod method to Sequential FFT. |
| GetFftOverlapMode(string, out RFmxTdscdmaMXAcpFftOverlapMode) | Gets how overlapping is applied when computing the FFT of the acquired samples. |
| GetIFOutputPowerOffsetAuto(string, out RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) | Gets whether the measurement calculates an IF output power level offset for the offset channels to improve the dynamic range of the ACP measurement. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the ACP measurement. |
| GetMeasurementMethod(string, out RFmxTdscdmaMXAcpMeasurementMethod) | Gets the method for performing the ACP measurement. |
| GetNearIFOutputPowerOffset(string, out double) | Gets the offset by which to adjust the IF output power level for offset channels that are near the carrier channel to improve the dynamic range. This value is expressed in dB. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) method to False. |
| GetNoiseCompensationEnabled(string, out RFmxTdscdmaMXAcpNoiseCompensationEnabled) | Gets whether to enable compensation of the channel powers for the inherent noise floor of the signal analyzer. Supported Devices: PXIe-5663/5665/5668R, PXIe-5830/5831/5832 |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for the ACP measurement. |
| GetNumberOfOffsets(string, out int) | Gets the number of offsets for the ACP measurement. |
| GetOffsetFrequency(string, out double) | Gets the frequency of an ACP offset channel, relative to the carrier frequency. This value is expressed in Hz. |
| GetOffsetIntegrationBandwidth(string, out double) | Gets the integration bandwith of an ACP offset channel. This value is expressed in Hz. |
| GetRbwFilterAutoBandwidth(string, out RFmxTdscdmaMXAcpRbwAutoBandwidth) | 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, RFmxTdscdmaMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| GetRbwFilterType(string, out RFmxTdscdmaMXAcpRbwFilterType) | Gets the shape of the digital RBW filter. |
| GetSequentialFftSize(string, out int) | Gets the FFT size when you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to SequentialFft. |
| GetSweepTimeAuto(string, out RFmxTdscdmaMXAcpSweepTimeAuto) | Gets whether the measurement calculates the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXAcpSweepTimeAuto) 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 ACP measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXAcpAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxTdscdmaMXAcpAveragingEnabled) | Sets whether to enable averaging for the ACP measurement. |
| SetAveragingType(string, RFmxTdscdmaMXAcpAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for ACP measurement. |
| SetFarIFOutputPowerOffset(string, double) | Sets the offset by which to adjust the IF output power level for offset channels that are far from the carrier channel to improve the dynamic range. This value is expressed in dB. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) method to False. |
| SetFftOverlapMode(string, RFmxTdscdmaMXAcpFftOverlapMode) | Sets how overlapping is applied when computing the FFT of the acquired samples. |
| SetIFOutputPowerOffsetAuto(string, RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) | Sets whether the measurement calculates an IF output power level offset for the offset channels to improve the dynamic range of the ACP measurement. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the ACP measurement. |
| SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) | Sets the method for performing the ACP measurement. |
| SetNearIFOutputPowerOffset(string, double) | Sets the offset by which to adjust the IF output power level for offset channels that are near the carrier channel to improve the dynamic range. This value is expressed in dB. This method is used only if you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxTdscdmaMXAcpIFOutputPowerOffsetAuto) method to False. |
| SetNoiseCompensationEnabled(string, RFmxTdscdmaMXAcpNoiseCompensationEnabled) | Sets whether to enable compensation of the channel powers for the inherent noise floor of the signal analyzer. Supported Devices: PXIe-5663/5665/5668R, PXIe-5830/5831/5832 |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for the ACP measurement. |
| SetNumberOfOffsets(string, int) | Sets the number of offsets for the ACP measurement. |
| SetRbwFilterAutoBandwidth(string, RFmxTdscdmaMXAcpRbwAutoBandwidth) | 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, RFmxTdscdmaMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| SetRbwFilterType(string, RFmxTdscdmaMXAcpRbwFilterType) | Sets the shape of the digital RBW filter. |
| SetSequentialFftSize(string, int) | Sets the FFT size when you set the SetMeasurementMethod(string, RFmxTdscdmaMXAcpMeasurementMethod) method to SequentialFft. |
| SetSweepTimeAuto(string, RFmxTdscdmaMXAcpSweepTimeAuto) | Sets whether the measurement calculates the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXAcpSweepTimeAuto) method to False. This value is expressed in seconds. |