SetFrequencyRange(string, RFmxNRMXFrequencyRange)
- Updated2025-10-13
- 1 minute(s) read
Sets whether to use channel bandwidth and subcarrier spacing configuration supported in the frequency range 1 (sub 6 GHz) or the frequency range 2 (above 24 GHz).
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int SetFrequencyRange(string selectorString, RFmxNRMXFrequencyRange value)
Remarks
This method sets the value of FrequencyRange attribute.The default value is Range1.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the subblock number. |
| value | RFmxNRMXFrequencyRange | Specifies whether to use channel bandwidth and subcarrier spacing configuration supported in the frequency range 1 (sub 6 GHz) or the frequency range 2 (above 24 GHz). |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.