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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

linkDirectionRFmxGsmMXLinkDirection

Specifies the source of the signal to be measured.

bandRFmxGsmMXBand

Specifies the band of operation.

arfcnint

Specifies the ARFCN.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.