Gets the carrier frequency of the RF signal to acquire. This value is expressed in Hz. The signal analyzer tunes to this frequency. Use "carrier<em>(n)</em>" as the Selector Strings to configure or read this method. The default value is 0.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int GetCarrierFrequency(string selectorString, out double value)

Remarks

This method gets the value of CarrierFrequency attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the carrier number.
Example: "carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueout double

Upon return, contains the carrier frequency of the RF signal to acquire. This value is expressed in Hz. The signal analyzer tunes to this frequency. Use "carrier<em>(n)</em>" as the Selector Strings to configure or read this method. The default value is 0.

Returns

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