RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXAcpConfiguration Class

  • Updated2024-07-17
  • 9 minute(s) read
RFmxEvdoMXAcpConfiguration Class

RFmxEvdoMXAcpConfiguration Class

Provides methods to configure the ACP measurement

Inheritance Hierarchy

SystemObject
  RFmxEvdoMXSubObject
    NationalInstruments.RFmx.EvdoMXRFmxEvdoMXAcpConfiguration

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public sealed class RFmxEvdoMXAcpConfiguration : RFmxEvdoMXSubObject
Public NotInheritable Class RFmxEvdoMXAcpConfiguration
	Inherits RFmxEvdoMXSubObject

The RFmxEvdoMXAcpConfiguration type exposes the following members.

Methods

  NameDescription
Public methodConfigureAveraging
Configures averaging for the adjacent channel power (ACP) measurement.
Public methodConfigureMeasurementMethod
Configures the method for performing the adjacent channel power (ACP) measurement.
Public methodConfigureNoiseCompensationEnabled
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.
Public methodConfigureNumberOfOffsets
Configures the number of offset channel pairs for the adjacent channel power (ACP) measurement. Channel pairs consist of upper and lower offset channels.
Public methodConfigureOffsetPowerReference
Configures the power reference of the offset channels in multi-carrier setups.
Public methodConfigureRbwFilter
Configures the resolution bandwidth (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 ACP measurement.
Public methodGetAveragingCount
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXAcpAveragingEnabled) method to True.
Public methodGetAveragingEnabled
Gets whether to enable averaging for the ACP measurement.
Public methodGetAveragingType
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for ACP measurement.
Public methodGetCarrierIntegrationBandwidth
Gets the ACP carrier integration bandwidth. This value is expressed in Hz.
Public methodGetFarIFOutputPowerOffset
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.
Public methodGetFftOverlap
Gets the percentage of acquired samples to overlap while performing FFT.
Public methodGetFftOverlapMode
Gets how the FFT overlap is applied to the acquired samples.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIFOutputPowerOffsetAuto
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.
Public methodGetMeasurementEnabled
Gets whether to enable the ACP measurement.
Public methodGetMeasurementMethod
Gets the method for performing the adjacent channel power (ACP) measurement.
Public methodGetNearIFOutputPowerOffset
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.
Public methodGetNoiseCompensationEnabled
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.
Public methodGetNumberOfAnalysisThreads
Gets the maximum number of threads used for parallelism for adjacent channel power (ACP) measurement.
Public methodGetNumberOfOffsets
Gets the number of offset channels for the adjacent channel power (ACP) measurement.
Public methodGetOffsetFrequency
Gets the frequency of an ACP offset channel relative to the carrier frequency. This value is expressed in Hz.
Public methodGetOffsetIntegrationBandwidth
Gets the integration bandwidth of an ACP offset channel. This value is expressed in Hz.
Public methodGetOffsetPowerReferenceCarrier
Gets the carrier number that is used as the power reference to measure the offset channel relative power.
Public methodGetOffsetPowerReferenceSpecific
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.
Public methodGetRbwFilterAutoBandwidth
Gets whether the 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, RFmxEvdoMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz.
Public methodGetRbwFilterType
Gets the shape of the digital RBW filter.
Public methodGetSequentialFftSize
Gets the number of bins to use for FFT computation when the SetMeasurementMethod(String, RFmxEvdoMXAcpMeasurementMethod) method is set to SequentialFft.
Public methodGetSweepTimeAuto
Gets whether the measurement computes the sweep time.
Public methodGetSweepTimeInterval
Gets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXAcpSweepTimeAuto) 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 ACP measurement.
Public methodSetAveragingCount
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXAcpAveragingEnabled) method to True.
Public methodSetAveragingEnabled
Sets whether to enable averaging for the ACP measurement.
Public methodSetAveragingType
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for ACP measurement.
Public methodSetFarIFOutputPowerOffset
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.
Public methodSetFftOverlapMode
Sets how the FFT overlap is applied to the acquired samples.
Public methodSetIFOutputPowerOffsetAuto
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.
Public methodSetMeasurementEnabled
Sets whether to enable the ACP measurement.
Public methodSetMeasurementMethod
Sets the method for performing the adjacent channel power (ACP) measurement.
Public methodSetNearIFOutputPowerOffset
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.
Public methodSetNoiseCompensationEnabled
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.
Public methodSetNumberOfAnalysisThreads
Sets the maximum number of threads used for parallelism for adjacent channel power (ACP) measurement.
Public methodSetNumberOfOffsets
Sets the number of offset channels for the adjacent channel power (ACP) measurement.
Public methodSetOffsetPowerReferenceCarrier
Sets the carrier number that is used as the power reference to measure the offset channel relative power.
Public methodSetOffsetPowerReferenceSpecific
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.
Public methodSetRbwFilterAutoBandwidth
Sets whether the 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, RFmxEvdoMXAcpRbwAutoBandwidth) method to False. This value is expressed in Hz.
Public methodSetRbwFilterType
Sets the shape of the digital RBW filter.
Public methodSetSequentialFftSize
Sets the number of bins to use for FFT computation when the SetMeasurementMethod(String, RFmxEvdoMXAcpMeasurementMethod) method is set to SequentialFft.
Public methodSetSweepTimeAuto
Sets whether the measurement computes the sweep time.
Public methodSetSweepTimeInterval
Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXAcpSweepTimeAuto) method to False. This value is expressed in seconds.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience