RFmx LTE DotNET

Table of Contents

RFmxLteMX.ConfigureFrequencyEarfcn Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMX.ConfigureFrequencyEarfcn Method

RFmxLteMXConfigureFrequencyEarfcn Method

Configures the expected carrier frequency of the RF signal to acquire. The signal analyzer tunes to the E-UTRA absolute radio frequency channel number (EARFCN) frequency.
Use "subblock(n)" as the selector string to configure this method.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureFrequencyEarfcn(
	string selectorString,
	RFmxLteMXLinkDirection linkDirection,
	int band,
	int earfcn
)
Public Function ConfigureFrequencyEarfcn ( 
	selectorString As String,
	linkDirection As RFmxLteMXLinkDirection,
	band As Integer,
	earfcn As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string.
linkDirection
Type: NationalInstruments.RFmx.LteMXRFmxLteMXLinkDirection
Specifies the link direction of the received signal.
band
Type: SystemInt32
Specifies the E-UTRA operating frequency band of a subblock as defined in section 5.2 of the 3GPP TS 36.521 specification. Valid values are from 1 to 256, inclusive.
earfcn
Type: SystemInt32
Specifies the evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number.

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