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


Glossary Item Box

Gets or sets a value indicating whether the CSI-RS resource elements can be used by any PDSCH or not.

Syntax

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

Remarks

If any PDSCH resource allocation overlaps with this CSI-RS resource allocation,when this value is true, the PDSCH resource mapping should rate match around those CSI-RS resource elements; when this value is false, the PDSCH resource mapping will be punctured on these resource elements.

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 26.00

See Also