RFmx WLAN DotNET

Table of Contents

RFmxWlanMXOfdmModAccConfiguration.ConfigureNoiseCompensationEnabled Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWlanMXOfdmModAccConfiguration.ConfigureNoiseCompensationEnabled Method

RFmxWlanMXOfdmModAccConfigurationConfigureNoiseCompensationEnabled Method

Configures whether to enable EVM noise compensation for the OFDMModAcc measurement.
supporteddevices: PXIe-5830/5831/5832/5646/5840/5841/5842/5860.

Namespace:  NationalInstruments.RFmx.WlanMX
Assembly:  NationalInstruments.RFmx.WlanMX.Fx40 (in NationalInstruments.RFmx.WlanMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureNoiseCompensationEnabled(
	string selectorString,
	RFmxWlanMXOfdmModAccNoiseCompensationEnabled noiseCompensationEnabled
)
Public Function ConfigureNoiseCompensationEnabled ( 
	selectorString As String,
	noiseCompensationEnabled As RFmxWlanMXOfdmModAccNoiseCompensationEnabled
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
noiseCompensationEnabled
Type: NationalInstruments.RFmx.WlanMXRFmxWlanMXOfdmModAccNoiseCompensationEnabled
Specifies whether the contribution of the instrument noise is compensated for EVM computation.

Return Value

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

See Also

Log in to get a better experience