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


Glossary Item Box

Gets or sets the Precoding format for the downlink user.

Syntax

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

Property Value

The default value is SharedChannelDecoderType.Off.

Remarks

The precoding format is assumed to be SharedChannelDecoderType.Off whenever MeasurementExtension.NumberOfNrsAntennas is 1, otherwise the precoding format is assumed to be SharedChannelDecoderType.TransmitDiversity.

Requirements

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

See Also