Sets the shape of a digital RBW filter.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetOffsetRbwFilterType(string selectorString, RFmxLteMXSemOffsetRbwFilterType value)

Remarks

This method sets 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.

valueRFmxLteMXSemOffsetRbwFilterType

Specifies 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.