RFmx SpecAn DOTNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx SpecAn DOTNET...RFmxSpecAnMXAcpConfiguration ClassRFmxSpecAnMXAcpConfiguration.ConfigureNoiseCompensationEnabled MethodCurrent page
Table of Contents

RFmxSpecAnMXAcpConfiguration.ConfigureNoiseCompensationEnabled Method

RFmxSpecAnMXAcpConfiguration.ConfigureNoiseCompensationEnabled Method

RFmxSpecAnMXAcpConfigurationConfigureNoiseCompensationEnabled Method

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

Int32
Returns 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.

See Also

In This Section
Was this information helpful?