Gets the filter width when you set the SetBurstType(string, RFmxGsmMXBurstType) method to HB. Use "slot(n)" as the selector string to configure or read this method.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int GetHBFilterWidth(string selectorString, out RFmxGsmMXHBFilterWidth value)

Remarks

This method gets the value of HBFilterWidth attribute.The default value is Narrow.

Parameters

NameTypeDescription
selectorStringstring

Specifies the slot number.
Example: "slot0".
You can use the BuildSlotString(string, int) method to build the selector string.

valueout RFmxGsmMXHBFilterWidth

Upon return, contains the filter width when you set the SetBurstType(string, RFmxGsmMXBurstType) method to HB. Use "slot(n)" as the selector string to configure or read this method.

Returns

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