RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMX.ConfigureNumberOfChannels Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMX.ConfigureNumberOfChannels Method

RFmxTdscdmaMXConfigureNumberOfChannels Method

Configures the number of channels for the user-defined channel configuration when the channel configuration mode is set to userDefined.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int ConfigureNumberOfChannels(
	string selectorString,
	int numberOfChannels
)
Public Function ConfigureNumberOfChannels ( 
	selectorString As String,
	numberOfChannels As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
numberOfChannels
Type: SystemInt32
Specifies the number of user-defined channels.

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