Configures the expected carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency. On a MIMO session, use "segment(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureFrequency(string selectorString, double centerFrequency)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of segment number. Example:
"segment0"
You can use the BuildChainString(string, int) method to build the selector string. If number of segments is greater than 1, you can use the BuildSegmentString(string, int) method to build the selector string.

centerFrequencydouble

Specifies the center frequency. This value is expressed in Hz. The default of this method is hardware dependent.

Returns

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