ConfigureFrequency(string, double)
- Updated2025-04-08
- 1 minute(s) read
Configures the RF center frequency.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int ConfigureFrequency(string selectorString, double centerFrequency)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
centerFrequency | double | 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.