RFmx WLAN DotNET

Table of Contents

RFmxWlanMX.ConfigureChannelBandwidth Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWlanMX.ConfigureChannelBandwidth Method

RFmxWlanMXConfigureChannelBandwidth Method

Configures the channel bandwidth.

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 ConfigureChannelBandwidth(
	string selectorString,
	double channelBandwidth
)
Public Function ConfigureChannelBandwidth ( 
	selectorString As String,
	channelBandwidth As Double
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
channelBandwidth
Type: SystemDouble
Specifies the channel spacing as defined in section 3.1 of IEEE Standard 802.11–2016 (pp. 130) . This value is expressed in Hz.

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