Keysight Pathwave 89600 VSA .NET API
DecodeModeSelection Enumeration
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace : DecodeModeSelection Enumeration


Glossary Item Box

Enum values indicating the level of decoding used for decoded bits output of the measurement.

Syntax

Visual Basic (Declaration) 
Public Enum DecodeModeSelection 
   Inherits System.Enum
C# 
public enum DecodeModeSelection : System.Enum 
C++/CLI 
public enum class DecodeModeSelection : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
DecodedCBChannel decoding is On, the bits are code block bits
DecodedTBChannel decoding is On, the bits are transport block bits
DecodeOffChannel decoding is Off, the bits are scrambled bits
DerateMatchedChannel decoding is On, the bits are de-rate Matched bits
DescrambledChannel decoding is On, the bits are descrambled bits
NoBitsChannel decoding is OFF, not bits is displayed24.20
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The bits processing flow is as below: Demodulated Symbols -> Demodulated Bits -> Descrambled Bits -> De-RateMatched Bits -> Decoded code block bits -> Decoded transport bits when DecodeOff is selected, the processing stops after the second step, and the Decoded Symbols trace displays the scrambled bits. when Descrambled is selected, the processing goes through all the 6 steps, but the Decoded Symbols trace displays the descrambled bits which is output of the third step. when DerateMatched is selected, the processing goes through all the 6 steps, but the Decoded Symbols trace displays the De-RateMatched bits which is output of the fourth step. when DecodedCB is selected, the processing goes through all the 6 steps, but the Decoded Symbols trace displays the code block bits which is output of the fifth step. when DecodedTB is selected, the processing goes through all the 6 steps, but the Decoded Symbols trace displays the transport block bits which is output of the sixth step. when NoBits is selected, the processing stops after the first step, and there is no bits displayed in the Decoded Symbols trace.

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.00

See Also