RFmx LTE DotNET

Table of Contents

RFmxLteMXSemConfiguration.ConfigureOffsetRbwFilter Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXSemConfiguration.ConfigureOffsetRbwFilter Method

RFmxLteMXSemConfigurationConfigureOffsetRbwFilter Method

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.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureOffsetRbwFilter(
	string selectorString,
	double offsetRbw,
	RFmxLteMXSemOffsetRbwFilterType offsetRbwFilterType
)
Public Function ConfigureOffsetRbwFilter ( 
	selectorString As String,
	offsetRbw As Double,
	offsetRbwFilterType As RFmxLteMXSemOffsetRbwFilterType
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(String, Int32) method to build the selector string.
offsetRbw
Type: SystemDouble
Specifies the bandwidth of an RBW filter used to sweep an acquired offset segment. This value is expressed in Hz.
offsetRbwFilterType
Type: NationalInstruments.RFmx.LteMXRFmxLteMXSemOffsetRbwFilterType
Specifies the shape of the digital RBW filter.

Return Value

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

See Also

Log in to get a better experience