RFmx WCDMA DotNET

RFmxWcdmaMX.ConfigureFrequencyUarfcn(String, RFmxWcdmaMXLinkDirection, Int32, Int32) Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMX.ConfigureFrequencyUarfcn(String, RFmxWcdmaMXLinkDirection, Int32, Int32) Method

RFmxWcdmaMXConfigureFrequencyUarfcn(String, RFmxWcdmaMXLinkDirection, Int32, Int32) Method

Configures the center frequency in the universal mobile telecommunications system (UMTS) frequency band using the link direction, band, and UARFCN of the received signal.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigureFrequencyUarfcn(
	string selectorString,
	RFmxWcdmaMXLinkDirection linkDirection,
	int band,
	int uarfcn
)
Public Function ConfigureFrequencyUarfcn ( 
	selectorString As String,
	linkDirection As RFmxWcdmaMXLinkDirection,
	band As Integer,
	uarfcn As Integer
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
linkDirection  RFmxWcdmaMXLinkDirection
Specifies the link direction.
band  Int32
Specifies the UMTS operation band.
uarfcn  Int32
Specifies the UTRA absolute radio frequency channel number (UARFCN).
UARFCN has to be updated according to the band for the uplink, as defined by the general UARFCNs in Table 4.2: UTRA Absolute Radio Frequency Channel Number in the 3GPP TS 34.121-1 specification, version 11.5.0. Otherwise, UARFCN is coerced to the top or bottom UARFCN of the selected band, depending on which is nearer. The center frequency then corresponds to this coerced UARFCN as defined by carrier frequencies in Table 4.1: UARFCN definition (general) of the 3GPP TS 34.121-1 specification, version 11.5.0.

Return Value

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