Keysight Pathwave 89600 VSA .NET API
CodeWordSize Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > ScmaSettings Class : CodeWordSize Property


Glossary Item Box

Gets or sets the code word size.

Syntax

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

Property Value

The value must be a power of two, and is rounded up if necessary to get to a power of two. The default value is 4. The minimum is 2, and the maximum is 8.

Remarks

Note that this is not the size of one code word. It is the number of code words for each layer at each spreading value. The number of bits in a code word is log2(CodeWordSize).

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 21.00

See Also