Keysight Pathwave 89600 VSA .NET API
EnhancedDmrsTypeEnabled Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : EnhancedDmrsTypeEnabled Property


Glossary Item Box

Gets or sets a value indicating whether the enhanced DMRS type is enabled.

Syntax

Visual Basic (Declaration) 
Public Overridable Property EnhancedDmrsTypeEnabled As Boolean
C# 
public virtual bool EnhancedDmrsTypeEnabled {get; set;}
C++/CLI 
public:
virtual property bool EnhancedDmrsTypeEnabled {
   bool get();
   void set (    bool value);
}

Property Value

This is a new parameter added in 3GPP release 18. This parameter and DmrsConfigType together decide how multiple DMRS ports are multiplexed over the resource elements. When this value is false, at most 12 DMRS ports can be allocated in one CDM (code domain multiplex) group. When this value is true, at most 24 DMRS ports can be allocated in one CDM (code domain multiplex) group. The default value is false.

Remarks

This is a new parameter added in 3GPP release 18. This parameter and DmrsConfigType together decide how multiple DMRS ports are multiplexed over the resource elements. When this value is false, at most 12 DMRS ports can be allocated in one CDM (code domain multiplex) group. When this value is true, at most 24 DMRS ports can be allocated in one CDM (code domain multiplex) group.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.60

See Also