Configures the bandwidth integral of the offset segments.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureOffsetBandwidthIntegral(string selectorString, int offsetBandwidthIntegral)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(string, int) method to build the selector string.

offsetBandwidthIntegralint

Specifies the resolution of the spectrum to compare with the spectral mask limits as an integer multiple of the RBW. When you set this parameter 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 a bandwidth integral and a RBW.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.