RFmx LTE DotNET

Table of Contents

RFmxLteMXAcpConfiguration.ConfigureUtraAndEutraOffsets Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXAcpConfiguration.ConfigureUtraAndEutraOffsets Method

RFmxLteMXAcpConfigurationConfigureUtraAndEutraOffsets Method

Configures the number of universal terrestrial radio access (UTRA) and evolved universal terrestrial radio access (E-UTRA) adjacent channels of the subblock. This method is valid only for uplink single carrier, and contiguous carrier aggregation. In case of uplink non-contiguous multi-carrier and downlink, the number of UTRA/EUTRA offsets are determined from the 3GPP specification.
Use "subblock(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 ConfigureUtraAndEutraOffsets(
	string selectorString,
	int numberOfUtraOffsets,
	int numberOfEutraOffsets
)
Public Function ConfigureUtraAndEutraOffsets ( 
	selectorString As String,
	numberOfUtraOffsets As Integer,
	numberOfEutraOffsets As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string.
numberOfUtraOffsets
Type: SystemInt32
Specifies the number of UTRA adjacent channel offsets to be configured at offset positions as defined in the 3GPP specification.
numberOfEutraOffsets
Type: SystemInt32
Specifies the number of E-UTRA adjacent channel offsets to be configured at offset positions as defined in the 3GPP specification.

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