RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.ConfigureNumberOfCarriers Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMX.ConfigureNumberOfCarriers Method

RFmxEvdoMXConfigureNumberOfCarriers Method

Configures the number of carriers for the analysis of the EV-DO signal.

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 ConfigureNumberOfCarriers(
	string selectorString,
	int numberOfCarriers
)
Public Function ConfigureNumberOfCarriers ( 
	selectorString As String,
	numberOfCarriers 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.
numberOfCarriers
Type: SystemInt32
Specifies the number of carriers in the signal.

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