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


Glossary Item Box

Gets or sets a value indicating whether the all the allocations of the DL user share the same CW1 Mod Type.

Syntax

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

Property Value

The default value is true.

Remarks

This property is valid only if Precoding is SharedChannelDecoderType.SpatialMultiplexing and NumberOfCodewords is 2.

Requirements

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

See Also