GetOffsetBandwidthIntegral(string, out int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the offset number. |
| value | out 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.