SetCarrierFrequency(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 SetCarrierFrequency(string selectorString, double value)
Remarks
This method sets the value of CarrierFrequency attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the carrier number. |
| value | double | Specifies 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.