Keysight Pathwave 89600 VSA .NET API
EnabledLayers Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > ScmaSettings Class : EnabledLayers Property


Glossary Item Box

Gets or sets the enabled layers for SCMA.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property EnabledLayers As Boolean()
C# 
public abstract bool[] EnabledLayers {get; set;}
C++/CLI 
public:
abstract property array<bool>^ EnabledLayers {
   array<bool>^ get();
   void set (    array<bool>^ value);
}

Remarks

This array has a value for each layer, indicating whether the layer is enabled or not. The length must be equal to NumberOfLayers.

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 21.00

See Also