Configures the RF center frequency.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int ConfigureFrequency(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 center frequency of the acquired RF signal for a single carrier. For multicarrier measurements, the parameter specifies the reference frequency for the values in the SetCarrierFrequency(string, double) method. 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.