ConfigureFrequencyUarfcn(string, RFmxWcdmaMXLinkDirection, int, int)
- Updated2025-04-08
- 1 minute(s) read
Configures the center frequency in the universal mobile telecommunications system (UMTS) frequency band using the link direction, band, and UARFCN of the received signal.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int ConfigureFrequencyUarfcn(string selectorString, RFmxWcdmaMXLinkDirection linkDirection, int band, int uarfcn)
Parameters
Name | Type | Description |
---|---|---|
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 | int | Specifies the UMTS operation band. |
uarfcn | int | Specifies the UTRA absolute radio frequency channel number (UARFCN). |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.