Gets the shape of a digital RBW filter.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetOffsetRbwFilterType(string selectorString, out RFmxLteMXSemOffsetRbwFilterType value)

Remarks

This method gets the value of SemOffsetRbwFilterType attribute. The default value is Gaussian.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxLteMXSemOffsetRbwFilterType

Upon return, contains the shape of a digital RBW filter.

Returns

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