RFmx WCDMA DotNET

RFmxWcdmaMXAcpResults Class

  • Updated2024-07-17
  • 4 minute(s) read
RFmxWcdmaMXAcpResults Class

RFmxWcdmaMXAcpResults Class

Provides methods to fetch and read the ACP measurement results.

Inheritance Hierarchy

SystemObject
  RFmxWcdmaMXSubObject
    NationalInstruments.RFmx.WcdmaMXRFmxWcdmaMXAcpResults

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public sealed class RFmxWcdmaMXAcpResults : RFmxWcdmaMXSubObject
Public NotInheritable Class RFmxWcdmaMXAcpResults
	Inherits RFmxWcdmaMXSubObject

The RFmxWcdmaMXAcpResults type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodFetchAbsolutePowersTrace Fetches the absolute powers trace for the ACP measurement.
Public methodFetchCarrierMeasurement Fetches the absolute and relative powers of the carrier. The relative power is relative to the total carrier power.
Use "carrier(n)" as the selector string to configure this method.
Public methodFetchCarrierMeasurementArray Returns the array of absolute powers and the array of relative powers for the ACP measurement. The relative powers are relative to the GetTotalCarrierPower(String, Double) method.
Public methodFetchOffsetMeasurement Fetches the absolute and relative powers measured in the offset channel for the ACP measurement. The relative powers are measured relative to the power reference carrier.
Use "offset(n)" as the selector string to configure this method.
Public methodFetchOffsetMeasurementArray Fetches an array of absolute powers and an array of relative powers measured in the offset channels for the ACP measurement. The relative powers are measured with reference to the SetOffsetPowerReferenceCarrier(String, RFmxWcdmaMXAcpOffsetPowerReferenceCarrier) method.
Public methodFetchRelativePowersTrace Fetches the relative powers trace for the ACP measurement.
Public methodFetchSpectrum Fetches the spectrum used for the ACP measurement.
Public methodFetchTotalCarrierPower Fetches the total carrier power for the ACP measurement.
Public methodGetCarrierAbsolutePower Gets the carrier power.This value is expressed in dBm.
Public methodGetCarrierRelativePower Gets the carrier power relative to the GetTotalCarrierPower(String, Double).This value is expressed in dB.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetLowerOffsetAbsolutePower Gets the lower offset channel power. This value is expressed in dBm.
Public methodGetLowerOffsetRelativePower Gets the lower offset channel power relative to the power of the carrier(s) that you specify in the SetOffsetPowerReferenceCarrier(String, RFmxWcdmaMXAcpOffsetPowerReferenceCarrier) method.This value is expressed in dB.
Public methodGetTotalCarrierPower Gets the sum of all active carrier powers, where each carrier power corresponds to the value of the GetCarrierAbsolutePower(String, Double) method. For a single-carrier measurement, total carrier power is the same as carrier absolute power. This value is expressed in dBm.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUpperOffsetAbsolutePower Gets the upper offset channel power.This value is expressed in dBm.
Public methodGetUpperOffsetRelativePower Gets the upper offset channel power relative to the power of the carrier(s) that you specify in the SetOffsetPowerReferenceCarrier(String, RFmxWcdmaMXAcpOffsetPowerReferenceCarrier) method.This value is expressed in dB.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

See Also

Log in to get a better experience