RFmx LTE DotNET

Table of Contents

RFmxLteMX.ConfigureAutoDmrsDetectionEnabled Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMX.ConfigureAutoDmrsDetectionEnabled Method

RFmxLteMXConfigureAutoDmrsDetectionEnabled Method

Configures whether the demodulation reference signal (DMRS) parameters are configured by a user or automatically detected by a measurement.

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 ConfigureAutoDmrsDetectionEnabled(
	string selectorString,
	RFmxLteMXAutoDmrsDetectionEnabled autoDmrsDetectionEnabled
)
Public Function ConfigureAutoDmrsDetectionEnabled ( 
	selectorString As String,
	autoDmrsDetectionEnabled As RFmxLteMXAutoDmrsDetectionEnabled
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
autoDmrsDetectionEnabled
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAutoDmrsDetectionEnabled
Specifies whether you need to configure the DMRS parameters, such as the values of the SetUplinkGroupHoppingEnabled(String, RFmxLteMXUplinkGroupHoppingEnabled), SetUplinkSequenceHoppingEnabled(String, RFmxLteMXUplinkSequenceHoppingEnabled), SetCellId(String, Int32), SetPuschNDmrs1(String, Int32), SetPuschNDmrs2(String, Int32), and SetPuschDeltaSequenceShift(String, Int32) methods, or if the measurement should automatically detect the values of these methods.

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