ConfigureOffsetRbwFilter(string, double, RFmxLteMXSemOffsetRbwFilterType)
- Updated2025-04-08
- 1 minute(s) read
Configures the offset RBW and the offset RBW filter type.
Use "offset(n)" or "subblock(n)/offset(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int ConfigureOffsetRbwFilter(string selectorString, double offsetRbw, RFmxLteMXSemOffsetRbwFilterType offsetRbwFilterType)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of the signal name, subblock number, and offset number. |
offsetRbw | double | Specifies the bandwidth of an RBW filter used to sweep an acquired offset segment. This value is expressed in Hz. |
offsetRbwFilterType | RFmxLteMXSemOffsetRbwFilterType | Specifies the shape of the digital RBW filter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.