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


Glossary Item Box

Gets or sets a value indicating whether PSDU decoding is enabled.

Syntax

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

Property Value

The default value is false.

Remarks

When true, the PSDU for each "user" in the signal is decoded, and the CRC for the PSDU is verified. The decoded bits are available in the Decoded Bits trace. The CRC pass/fail indication is available in the Multi-User Info table.

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 24.20

See Also