RFmxEvdoMXAcpConfiguration Class
- Updated2025-10-13
- 5 minute(s) read
Provides methods to configure the ACP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXAcpConfiguration : RFmxEvdoMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxEvdoMXAcpAveragingEnabled, int, RFmxEvdoMXAcpAveragingType) | Configures averaging for the adjacent channel power (ACP) measurement. |
| ConfigureMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) | Configures the method for performing the adjacent channel power (ACP) measurement. |
| ConfigureNoiseCompensationEnabled(string, RFmxEvdoMXAcpNoiseCompensationEnabled) | Configures compensation of the channel powers 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 offset channel pairs for the adjacent channel power (ACP) measurement. Channel pairs consist of upper and lower offset channels. |
| ConfigureOffsetPowerReference(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier, int) | Configures the power reference of the offset channels in multi-carrier setups. |
| ConfigureRbwFilter(string, RFmxEvdoMXAcpRbwAutoBandwidth, double, RFmxEvdoMXAcpRbwFilterType) | Configures the resolution bandwidth (RBW) filter. |
| ConfigureSweepTime(string, RFmxEvdoMXAcpSweepTimeAuto, 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, RFmxEvdoMXAcpAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxEvdoMXAcpAveragingEnabled) | Gets whether to enable averaging for the ACP measurement. |
| GetAveragingType(string, out RFmxEvdoMXAcpAveragingType) | 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, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxEvdoMXAcpIFOutputPowerOffsetAuto) method to False. |
| GetFftOverlap(string, out double) | Gets the percentage of acquired samples to overlap while performing FFT. |
| GetFftOverlapMode(string, out RFmxEvdoMXAcpFftOverlapMode) | Gets how the FFT overlap is applied to the acquired samples. |
| GetIFOutputPowerOffsetAuto(string, out RFmxEvdoMXAcpIFOutputPowerOffsetAuto) | Gets whether the measurement calculates an IF output power level offset for the offset channels to improve the dynamic range of the adjacent channel power (ACP) measurement. This method is used only if you set the SetMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the ACP measurement. |
| GetMeasurementMethod(string, out RFmxEvdoMXAcpMeasurementMethod) | Gets the method for performing the adjacent channel power (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, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxEvdoMXAcpIFOutputPowerOffsetAuto) method to False. |
| GetNoiseCompensationEnabled(string, out RFmxEvdoMXAcpNoiseCompensationEnabled) | 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 adjacent channel power (ACP) measurement. |
| GetNumberOfOffsets(string, out int) | Gets the number of offset channels for the adjacent channel power (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 bandwidth of an ACP offset channel. This value is expressed in Hz. |
| GetOffsetPowerReferenceCarrier(string, out RFmxEvdoMXAcpOffsetPowerReferenceCarrier) | Gets the carrier number that is used as the power reference to measure the offset channel relative power. |
| GetOffsetPowerReferenceSpecific(string, out int) | Gets the index of the carrier used as the reference carrier. The power measured in this carrier is used as the power reference for measuring the offset channel relative power when you set the SetOffsetPowerReferenceCarrier(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier) method to Specific. |
| GetRbwFilterAutoBandwidth(string, out RFmxEvdoMXAcpRbwAutoBandwidth) | 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, RFmxEvdoMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| GetRbwFilterType(string, out RFmxEvdoMXAcpRbwFilterType) | Gets the shape of the digital RBW filter. |
| GetSequentialFftSize(string, out int) | Gets the number of bins to use for FFT computation when the SetMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) method is set to SequentialFft. |
| GetSweepTimeAuto(string, out RFmxEvdoMXAcpSweepTimeAuto) | Gets whether the measurement computes the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXAcpSweepTimeAuto) 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, RFmxEvdoMXAcpAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxEvdoMXAcpAveragingEnabled) | Sets whether to enable averaging for the ACP measurement. |
| SetAveragingType(string, RFmxEvdoMXAcpAveragingType) | 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, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxEvdoMXAcpIFOutputPowerOffsetAuto) method to False. |
| SetFftOverlapMode(string, RFmxEvdoMXAcpFftOverlapMode) | Sets how the FFT overlap is applied to the acquired samples. |
| SetIFOutputPowerOffsetAuto(string, RFmxEvdoMXAcpIFOutputPowerOffsetAuto) | Sets whether the measurement calculates an IF output power level offset for the offset channels to improve the dynamic range of the adjacent channel power (ACP) measurement. This method is used only if you set the SetMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the ACP measurement. |
| SetMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) | Sets the method for performing the adjacent channel power (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, RFmxEvdoMXAcpMeasurementMethod) method to DynamicRange and set the SetIFOutputPowerOffsetAuto(string, RFmxEvdoMXAcpIFOutputPowerOffsetAuto) method to False. |
| SetNoiseCompensationEnabled(string, RFmxEvdoMXAcpNoiseCompensationEnabled) | 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 adjacent channel power (ACP) measurement. |
| SetNumberOfOffsets(string, int) | Sets the number of offset channels for the adjacent channel power (ACP) measurement. |
| SetOffsetPowerReferenceCarrier(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier) | Sets the carrier number that is used as the power reference to measure the offset channel relative power. |
| SetOffsetPowerReferenceSpecific(string, int) | Sets the index of the carrier used as the reference carrier. The power measured in this carrier is used as the power reference for measuring the offset channel relative power when you set the SetOffsetPowerReferenceCarrier(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier) method to Specific. |
| SetRbwFilterAutoBandwidth(string, RFmxEvdoMXAcpRbwAutoBandwidth) | 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, RFmxEvdoMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| SetRbwFilterType(string, RFmxEvdoMXAcpRbwFilterType) | Sets the shape of the digital RBW filter. |
| SetSequentialFftSize(string, int) | Sets the number of bins to use for FFT computation when the SetMeasurementMethod(string, RFmxEvdoMXAcpMeasurementMethod) method is set to SequentialFft. |
| SetSweepTimeAuto(string, RFmxEvdoMXAcpSweepTimeAuto) | Sets whether the measurement computes the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXAcpSweepTimeAuto) method to False. This value is expressed in seconds. |