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


Glossary Item Box

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

Syntax

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

Property Value

The default value is true.

Remarks

If true, the PowerBoost values defined for the individual allocations are ignored and the PowerBoost 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