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


Glossary Item Box

Gets or sets the mode for PUSCH decoding bits.

Syntax

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