Gets the offset that is needed to adjust the IF output power levels for the offset channels that are far from the carrier channel to improve the dynamic range. This value is expressed in dB. This method is applicable only when you set the SetIFOutputPowerOffsetAuto(string, RFmxLteMXAcpIFOutputPowerOffsetAuto) method to False and SetMeasurementMethod(string, RFmxLteMXAcpMeasurementMethod) method to DynamicRange.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetFarIFOutputPowerOffset(string selectorString, out double value)

Remarks

This method gets the value of AcpFarIFOutputPowerOffset attribute. The default value is 20.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout double

Upon return, contains the offset that is needed to adjust the IF output power levels for the offset channels that are far from the carrier channel to improve the dynamic range. This value is expressed in dB. This method is applicable only when you set the SetIFOutputPowerOffsetAuto(string, RFmxLteMXAcpIFOutputPowerOffsetAuto) method to False and SetMeasurementMethod(string, RFmxLteMXAcpMeasurementMethod) method to DynamicRange.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.