RFmxGsmMX.GetHBFilterWidth Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int GetHBFilterWidth( string selectorString, out RFmxGsmMXHBFilterWidth value )
Public Function GetHBFilterWidth ( selectorString As String, <OutAttribute> ByRef value As RFmxGsmMXHBFilterWidth ) As Integer
Parameters
- selectorString String
-
Specifies the slot number.
Example: "slot0".
You can use the BuildSlotString(String, Int32) method to build the selector string. - value 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.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of HBFilterWidth attribute.The default value is Narrow.