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


Glossary Item Box

Gets or sets a value indicating the maximum LDPC decode iteration in DirectCalculation.

Syntax

Visual Basic (Declaration) 
Public Property DecodeMaxIteration As Integer
C# 
public int DecodeMaxIteration {get; set;}
C++/CLI 
public:
property int DecodeMaxIteration {
   int get();
   void set (    int value);
}

Remarks

When BlockErrorRateEnabled is true, LDPC decoding is enabled. In order to get CRC pass, the decoder may need multiple decoding iterations depending on the signal quality. This value decides the maximum decoding iterations.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also