ConfigureOffsetBandwidthIntegral(string, int)
- Updated2025-10-13
- 1 minute(s) read
Configures the resolution of the spectrum to compare with spectral mask limits as an integer multiple of the resolution bandwidth (RBW). If you set this method to a value greater than 1, the measurement acquires the spectrum with a narrow resolution and then processes it digitally to get a wider resolution that is equal to the product of the bandwidth integral and the RBW.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureOffsetBandwidthIntegral(string selectorString, int bandwidthIntegral)
Remarks
This method maps to the RFmxSpecAn_SEMCfgOffsetBandwidthIntegral() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the offset number. Example: "offset0". You can use the BuildOffsetString2(string, int) method to build the selector string. |
| bandwidthIntegral | int | Specifies the resolution of the spectrum to compare with spectral mask limits as an integer multiple of the RBW. If you set this method to a value greater than 1, the measurement acquires the spectrum with a narrow resolution and then processes it digitally to get a wider resolution that is equal to the product of the bandwidth integral and the RBW. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.