RFmxGsmMX.CalculateFrequencyFromArfcn Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.