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


Glossary Item Box

Gets or sets a value indicating whether all the allocations share the same DMRS Power Boost.

Syntax

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

Property Value

The default value is true.

Remarks

If true, the AllocationBase.DmrsPowerBoost values defined for the individual allocations are ignored and the AllocationBase.DmrsPowerBoost value of the Channel is applied to all allocations.

Requirements

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

See Also