ConfigureFrequencyArfcn(string, RFmxGsmMXLinkDirection, RFmxGsmMXBand, int)
- Updated2025-10-13
- 1 minute(s) read
Configures the center frequency from the absolute RF channel number (ARFCN), band, and the link direction.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int ConfigureFrequencyArfcn(string selectorString, RFmxGsmMXLinkDirection linkDirection, RFmxGsmMXBand band, int arfcn)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| linkDirection | RFmxGsmMXLinkDirection | Specifies the source of the signal to be measured. |
| band | RFmxGsmMXBand | Specifies the band of operation. |
| arfcn | int | Specifies the ARFCN. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.