Sets the expected carrier frequency of the RF signal that needs to be acquired. This value is expressed in Hz. The signal analyzer tunes to this frequency. On a MIMO session, use segment(n) along with a named or default signal instance as the selector string to configure this method. Refer to the Selector Strings topic for information about the string syntax for named signals.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetCenterFrequency(string selectorString, double value)

Remarks

This method sets the value of CenterFrequency attribute.The default value of this method is hardware dependent.

Parameters

NameTypeDescription
selectorStringstring

Specifies the segment number.
Example: "segment0".
You can use the BuildSegmentString(string, int) method to build the selector string.

valuedouble

Specifies the expected carrier frequency of the RF signal that needs to be acquired. This value is expressed in Hz. The signal analyzer tunes to this frequency.

Returns

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