RFmx LTE DotNET

Table of Contents

RFmxLteMXAcpConfiguration.GetConfigurableNumberOfOffsetsEnabled Method

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

RFmxLteMXAcpConfigurationGetConfigurableNumberOfOffsetsEnabled Method

Gets whether the number of offsets is computed by measurement or configured by you.

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 GetConfigurableNumberOfOffsetsEnabled(
	string selectorString,
	out RFmxLteMXAcpConfigurableNumberOfOffsetsEnabled value
)
Public Function GetConfigurableNumberOfOffsetsEnabled ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxLteMXAcpConfigurableNumberOfOffsetsEnabled
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAcpConfigurableNumberOfOffsetsEnabled
Upon return, contains whether the number of offsets is computed by measurement or configured by you.

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 gets the value of AcpConfigurableNumberOfOffsetsEnabled attribute. When the carrier bandwidth is 200 kHz or the Link Direction is Downlink, the default value is False. The default value is True, otherwise. Incase of downlink, this property is applicable only for number of EUTRA offsets. For the number of UTRA offsets, only 3GPP specification defined values are supported.

See Also

Log in to get a better experience