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


Glossary Item Box

Gets or sets the mode for PDCCH decoding bits.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PdcchDecodeMode As DecodeModeSelection
C# 
public virtual DecodeModeSelection PdcchDecodeMode {get; set;}
C++/CLI 
public:
virtual property DecodeModeSelection PdcchDecodeMode {
   DecodeModeSelection get();
   void set (    DecodeModeSelection value);
}

Property Value

The default value is DecodeModeSelection.NoBits

Remarks

The choice determines the bit processing step from which the output bits are displayed in the Decoded Symbol trace. Select DecodeModeSelection.NoBits for best measurement speed.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 23.20

See Also