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

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(string, int) method to build the selector string.

offsetRbwdouble

Specifies the bandwidth of an RBW filter used to sweep an acquired offset segment. This value is expressed in Hz.

offsetRbwFilterTypeRFmxLteMXSemOffsetRbwFilterType

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.