Gets the bandwidth integral for a specific offset segment.

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public int GetOffsetBandwidthIntegral(string selectorString, out int value)

Remarks

This method gets the value of SemOffsetBandwidthIntegral attribute.Use "offset(n)" as the Selector Strings to read this result.

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.

Returns

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