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


Glossary Item Box

Gets or sets the decoding to apply to channels that have undergone precoding.

Syntax

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

Property Value

The default value is LayerDecodingType.On.

Remarks

This is a downlink-only parameter. Only applies when NumberOfNrsAntennas > 1. This parameter affects the IQ Meas and IQ Meas Time traces. Note that IQ Ref traces always show constellation points after decoding so EVM will not be valid when this property is set to LayerDecodingType.Off.

Requirements

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

See Also