SetSpan(string, double)
- Updated2025-04-08
- 1 minute(s) read
Sets the frequency range around the subblock center frequency, which is used to find the Subblock Occupied Bandwidth. When SetSpanAuto(string, RFmxNRMXObwSpanAuto) is set to False, the configured span value is used by the measurement. This value is expressed in Hz.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int SetSpan(string selectorString, double value)
Remarks
This method sets the value of ObwSpan attribute.The default value is 20 MHz.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the subblock number. |
value | double | Specifies the frequency range around the subblock center frequency, which is used to find the Subblock Occupied Bandwidth. When SetSpanAuto(string, RFmxNRMXObwSpanAuto) is set to False, the configured span value is used by the measurement. 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.