Keysight Pathwave 89600 VSA .NET API
DmrsPowerBoost Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > AllocationBase Class : DmrsPowerBoost Property


Glossary Item Box

Gets or sets the per-subcarrier DMRS power boost in dB for the allocation/channel.

Syntax

Visual Basic (Declaration) 
Public Property DmrsPowerBoost As Double
C# 
public double DmrsPowerBoost {get; set;}
C++/CLI 
public:
property double DmrsPowerBoost {
   double get();
   void set (    double value);
}

Property Value

The default value is 0 dB.

Remarks

This property is valid for PUSCH and PUCCH allocations only.

Requirements

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

See Also