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


Glossary Item Box

Gets or sets a value indicating whether DMRS-Downlink-r16 is configured.

Syntax

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

Property Value

Default value is false.

Remarks

This property corresponds to the higher-layer parameter dmrs-Downlink-r16 in DMRS-DownlinkConfig information element. According to 38211-g10 7.4.1.1.1, when DMRS-Downlink-r16 is not configured, the nScid used for DMRS sequence generation for all antenna ports will be the same , which is . When DMRS-Downlink-r16 is configured for this PDSCH transmission, the nScid used for DMRS sequence generation for each antenna port will be decided by as well as by the antenna port index.

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.20

See Also