RFmxEvdoMX.CalculateFrequencyFromChannelNumber Method
- Updated2024-07-17
- 1 minute(s) read
RFmxEvdoMXCalculateFrequencyFromChannelNumber Method
Note: This API is now obsolete.
Calculates the center frequency according to the EV-DO channel number.
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
[ObsoleteAttribute("This function has been obsoleted")] public static int CalculateFrequencyFromChannelNumber( RFmxEvdoMXLinkDirection linkDirection, int band, int channelNumber, out double centerFrequency )
<ObsoleteAttribute("This function has been obsoleted")> Public Shared Function CalculateFrequencyFromChannelNumber ( linkDirection As RFmxEvdoMXLinkDirection, band As Integer, channelNumber As Integer, <OutAttribute> ByRef centerFrequency As Double ) As Integer
Parameters
- linkDirection
- Type: NationalInstruments.RFmx.EvdoMXRFmxEvdoMXLinkDirection
Specifies which direction the frequency is calculated. Currently, only uplink is supported. - band
- Type: SystemInt32
Specifies the band to work in. The valid range is 0-15. - channelNumber
- Type: SystemInt32
Is the absolute RF channel number. The valid range for this parameter depends on the value you specify for the band parameter. - centerFrequency
- Type: SystemDouble
Upon return, contains the calculated center frequency. This value is expressed in Hz.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.