GetCarrierFrequency(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the carrier number. |
| value | out 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.