RFmx EVDO DotNET

Table of Contents

RFmxEvdoMXModAccConfiguration.ConfigureMultiCarrierFilterEnabled Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMXModAccConfiguration.ConfigureMultiCarrierFilterEnabled Method

RFmxEvdoMXModAccConfigurationConfigureMultiCarrierFilterEnabled Method

Enables or disables the multicarrier filter. In multicarrier setups, EVM values are higher than in single carrier setups. The multicarrier filter attempts to minimize interferences from neighboring carriers by applying sharp edges.
To save time, do not use this filter in single-carrier setups.

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

Syntax

public int ConfigureMultiCarrierFilterEnabled(
	string selectorString,
	RFmxEvdoMXModAccMultiCarrierFilterEnabled multiCarrierFilterEnabled
)
Public Function ConfigureMultiCarrierFilterEnabled ( 
	selectorString As String,
	multiCarrierFilterEnabled As RFmxEvdoMXModAccMultiCarrierFilterEnabled
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
multiCarrierFilterEnabled
Type: NationalInstruments.RFmx.EvdoMXRFmxEvdoMXModAccMultiCarrierFilterEnabled
Enables or disables the multicarrier filter.

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