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


Glossary Item Box

Gets or sets the Number of Layers for the DL user.

Syntax

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

Property Value

The default value 1. The minimum value is 1 and the maximum is the number of input channels.

Remarks

This property is valid only if Precoding is SharedChannelDecoderType.SpatialMultiplexing and number of Input channels is greater than 1.

Requirements

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

See Also