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


Glossary Item Box

Gets or sets a value indicating whether this resource allocation is currently applied to the ComponentCarrier .

Syntax

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

Property Value

Default value is true.

Remarks

When a resource allocation is enabled, any enabled physical channels within that resource allocation will be included in analysis. When a resource allocation is disabled, no physical channels within that resource allocation will be included in analysis. NOTE: Resource allocations with different Numerology cannot be simultaneously enabled. NOTE: An uplink resource allocation (ULBwp) and downlink resource allocation (DLBwp or SSBlock) cannot be simultaneously enabled.

Requirements

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

See Also