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