Visual Basic (Declaration) | |
---|---|
Public Enum DecodeModeSelection Inherits System.Enum |
C# | |
---|---|
public enum DecodeModeSelection : System.Enum |
C++/CLI | |
---|---|
public enum class DecodeModeSelection : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
DecodedCB | Channel decoding is On, the bits are code block bits | — |
DecodedTB | Channel decoding is On, the bits are transport block bits | — |
DecodeOff | Channel decoding is Off, the bits are scrambled bits | — |
DerateMatched | Channel decoding is On, the bits are de-rate Matched bits | — |
Descrambled | Channel decoding is On, the bits are descrambled bits | — |
NoBits | Channel decoding is OFF, not bits is displayed | 24.20 |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
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.
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