SetFarIFOutputPowerOffset(string, double)
- Updated2025-04-08
- 1 minute(s) read
Sets 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 SetFarIFOutputPowerOffset(string selectorString, double value)
Remarks
This method sets the value of AcpFarIFOutputPowerOffset attribute. The default value is 20.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | double | Specifies 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.