RFmx NR DotNET

RFmxNRMXAcpConfiguration.SetNumberOfEutraOffsets Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxNRMXAcpConfiguration.SetNumberOfEutraOffsets Method

RFmxNRMXAcpConfigurationSetNumberOfEutraOffsets Method

Sets the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement, and for downlink ACP measurement in frequency range 2, this method has to be 0.

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

Syntax

public int SetNumberOfEutraOffsets(
	string selectorString,
	int value
)
Public Function SetNumberOfEutraOffsets ( 
	selectorString As String,
	value As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(String, Int32) method to build the selector string.
value
Type: SystemInt32
Specifies the number of evolved universal terrestrial radio access (E-UTRA) adjacent channel offsets to be configured at offset positions. For uplink ACP measurement, and for downlink ACP measurement in frequency range 2, this method has to be 0.

Return Value

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

Remarks

This method sets the value of AcpNumberOfEutraOffsets attribute.The default value is dependent on 3GPP specification.

See Also

Log in to get a better experience