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


Glossary Item Box

Gets or sets the mode for PDSCH decoding bits.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PdschDecodeMode As DecodeModeSelection
C# 
public virtual DecodeModeSelection PdschDecodeMode {get; set;}
C++/CLI 
public:
virtual property DecodeModeSelection PdschDecodeMode {
   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