Keysight Pathwave 89600 VSA .NET API
SharedChannelDecoderType Enumeration
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace : SharedChannelDecoderType Enumeration


Glossary Item Box

Specifies what type of decoding should be applied to DL Shared Channels like PDSCH.

Syntax

Visual Basic (Declaration) 
Public Enum SharedChannelDecoderType 
   Inherits System.Enum
C# 
public enum SharedChannelDecoderType : System.Enum 
C++/CLI 
public enum class SharedChannelDecoderType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
JointEqualizerJoint Tx Equalization decoding will be applied.
OffNo decoding will be applied.
SpatialMultiplexingSpatial Multiplexing decoding will be applied.
TransmitDiversityTx Diversity decoding will be applied.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also