RFmxCdma2kMXAcpConfiguration.SetIFOutputPowerOffsetAuto Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Sets whether the measurement computes an IF output power level offset for the offset channels to improve the dynamic range of the ACP measurement. This method is used only if you set the SetMeasurementMethod(String, RFmxCdma2kMXAcpMeasurementMethod) method to DynamicRange.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int SetIFOutputPowerOffsetAuto( string selectorString, RFmxCdma2kMXAcpIFOutputPowerOffsetAuto value )
Public Function SetIFOutputPowerOffsetAuto ( selectorString As String, value As RFmxCdma2kMXAcpIFOutputPowerOffsetAuto ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- value RFmxCdma2kMXAcpIFOutputPowerOffsetAuto
- Specifies whether the measurement computes an IF output power level offset for the offset channels to improve the dynamic range of the ACP measurement. This method is used only if you set the SetMeasurementMethod(String, RFmxCdma2kMXAcpMeasurementMethod) method to DynamicRange.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method sets the value of AcpIFOutputPowerOffsetAuto attribute.The default value is True.