Configures a list of expected carrier frequencies of the RF signal to acquire. The signal analyzers tune to these frequencies based on the value you configure for the SetNumberOfFrequencySegments(string, int) method.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureFrequencyArray(string selectorString, double[] centerFrequency)

Parameters

NameTypeDescription
selectorStringstring

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

centerFrequencydouble[]

Specifies the list of center frequencies to be configured for the given number of frequency segments. This value is expressed in Hz.

Returns

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