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

NameTypeDescription
selectorStringstring

Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(string, int) method to build the selector string.

valueRFmxNRMXFrequencyRange

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.