RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx NR DotNET...RFmxNRMXComponentCarrier ClassRFmxNRMXComponentCarrier.GetPuschDmrsSequenceHoppingEnabled MethodCurrent page
Table of Contents

RFmxNRMXComponentCarrier.GetPuschDmrsSequenceHoppingEnabled Method

RFmxNRMXComponentCarrier.GetPuschDmrsSequenceHoppingEnabled Method

RFmxNRMXComponentCarrierGetPuschDmrsSequenceHoppingEnabled Method

Gets whether the sequence hopping is enabled. This method is valid only when you set the SetPuschTransformPrecodingEnabled(String, RFmxNRMXPuschTransformPrecodingEnabled) method to True.

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

Parameters

selectorString
Type: SystemString
Specifies the subblock number, carrier number, bwp number, user number and pusch number.
Example:
"pusch0" or
"user0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/user0/pusch0".
You can use the BuildPuschString(String, Int32) method to build the selector string.
value
Type: NationalInstruments.RFmx.NRMXRFmxNRMXPuschDmrsSequenceHoppingEnabled
Upon return, contains whether the sequence hopping is enabled. This method is valid only when you set the SetPuschTransformPrecodingEnabled(String, RFmxNRMXPuschTransformPrecodingEnabled) method to True.

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 PuschDmrsSequenceHoppingEnabled attribute.The default value is False.

See Also

In This Section
Was this information helpful?