RFmxSpecAnMXAcpConfiguration.ConfigureNoiseCompensationEnabled Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures compensation of the channel powers for the inherent noise floor of the signal analyzer.
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureNoiseCompensationEnabled( string selectorString, RFmxSpecAnMXAcpNoiseCompensationEnabled noiseCompensationEnabled )
Public Function ConfigureNoiseCompensationEnabled ( selectorString As String, noiseCompensationEnabled As RFmxSpecAnMXAcpNoiseCompensationEnabled ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- noiseCompensationEnabled RFmxSpecAnMXAcpNoiseCompensationEnabled
-
Specifies whether to enable compensation of the channel powers for the inherent noise floor of the signal analyzer.
Supported Devices:PXIe-5663/5665/5668, PXIe-5830/5831/5832
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.
Remarks
This method maps to the RFmxSpecAn_ACPCfgNoiseCompensationEnabled() function in C.