RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.ConfigureCarrierFrequency Method

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

RFmxEvdoMXConfigureCarrierFrequency Method

Configures the carrier frequency of the selected carrier as an offset frequency relative to the center frequency. Use "carrier(n)" as the selector string to configure this method.
Configure the center frequency by using the ConfigureFrequency(String, Double) method. If the number of carriers is greater than 1, configure the number of carriers using the ConfigureNumberOfCarriers(String, Int32) method.

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

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of carrier number.
carrierFrequency
Type: SystemDouble
Specifies the carrier frequency. 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