ConfigureFrequency(string, double)
- Updated2025-04-08
- 1 minute(s) read
Configures the expected carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency. On a MIMO session, use "segment(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int ConfigureFrequency(string selectorString, double centerFrequency)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of segment number. Example: |
centerFrequency | double | Specifies the center frequency. This value is expressed in Hz. The default of this method is hardware dependent. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.