GetCenterFrequency(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the expected carrier frequency of the RF signal that needs to be acquired. This value is expressed in Hz. The signal analyzer tunes to this frequency. On a MIMO session, use segment(n) along with a named or default signal instance as the selector string to configure this method. Refer to the Selector Strings topic for information about the string syntax for named signals.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetCenterFrequency(string selectorString, out double value)
Remarks
This method gets the value of CenterFrequency attribute.The default value of this method is hardware dependent.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the segment number. |
| value | out double | Upon return, contains the expected carrier frequency of the RF signal that needs to be acquired. This value is expressed in Hz. The signal analyzer tunes to this frequency. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.