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

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureOffsetBandwidthIntegralArray(string selectorString, int[] offsetBandwidthIntegral)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and subblock number. If you do not specify the result name, the default result instance is used. Example:
"subblock0"
"result::r1/subblock0"
You can use the BuildSubblockString(string, int) method to build the selector string.

offsetBandwidthIntegralint[]

Specifies the array of the resolution values 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 an RBW.

Returns

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