Gets the bandwidth integral for a specific offset segment. A bandwidth integral greater than 1 indicates that an RBW filter of a narrower bandwidth is used for the offset segment measurement, and digital processing is used to achieve the RBW defined for the offset segment. The offset segment RBW is calculated using the following formula: offset segment RBW = RBW * BW integral.

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public int GetOffsetBandwidthIntegral(string selectorString, out int value)

Remarks

This method gets the value of SemOffsetBandwidthIntegral attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the offset number.
Example: "offset0".
You can use the BuildOffsetString(string, int) method to build the selector string.

valueout int

Upon return, contains the bandwidth integral for a specific offset segment. A bandwidth integral greater than 1 indicates that an RBW filter of a narrower bandwidth is used for the offset segment measurement, and digital processing is used to achieve the RBW defined for the offset segment. The offset segment RBW is calculated using the following formula: offset segment RBW = RBW * BW integral

Returns

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