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


Glossary Item Box

Gets or sets a value indicating whether the AdditionalDMRS-DL-Alt (a.k.a. Additional DMRS Downlink Alternative) is supported by this PDSCH or not.

Syntax

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

Property Value

Default value is false.

Remarks

According to 38.211 7.4.1.1.2, when this value is true, the additional PDSCH DMRS symbol can be allocated on alternative symbol if it conflicts with LTE CRS

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 25.00

See Also