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


Glossary Item Box

Enum values indicating the algorithm of low-density parity-check (LDPC) decoding.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
BeliefPropagationDecoding algorithm is the belief-passing or message-passing algorithm.
OffsetMinSumSpecifies the layered belief propagation algorithm with offset min-sum approximation.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 27.40

See Also