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


Glossary Item Box

Gets or sets the maximum number of LTE turbo decoder iterations to perform when determining a CRC pass result before returning a CRC fail result.

Syntax

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

Property Value

The default value of 16 is a reliable maximum number of LTE turbo decoder iterations for a wide range of coding cases. The minimum value is 1 and the maximum value is 100.

Remarks

If CRC pass is returned after the first iteration, then only 1 iteration is actually performed. If CRC decode does not pass after the specified maximum number of LTE turbo decoder iterations, then decoding is aborted and a CRC fail result is returned.

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 29.40

See Also