RFmx GSM DotNET

Table of Contents

RFmxGsmMX.CalculateFrequencyFromArfcn Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMX.CalculateFrequencyFromArfcn Method

RFmxGsmMXCalculateFrequencyFromArfcn Method

Note: This API is now obsolete.

Configures the center frequency from absolute RF channel number (ARFCN), band, and link direction.

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

Syntax

[ObsoleteAttribute("This function has been obsoleted")]
public static int CalculateFrequencyFromArfcn(
	RFmxGsmMXLinkDirection linkDirection,
	int band,
	int arfcn,
	out double centerFrequency
)
<ObsoleteAttribute("This function has been obsoleted")>
Public Shared Function CalculateFrequencyFromArfcn ( 
	linkDirection As RFmxGsmMXLinkDirection,
	band As Integer,
	arfcn As Integer,
	<OutAttribute> ByRef centerFrequency As Double
) As Integer

Parameters

linkDirection  RFmxGsmMXLinkDirection
Specifies the source of the signal to be measured.
band  Int32
Specifies the band of operation.
arfcn  Int32
Specifies the ARFCN.
centerFrequency  Double
Upon return, contains the carrier frequency of the acquired RF signal. This value is expressed in Hz.

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