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.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)