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


Glossary Item Box

Gets or sets the codebook.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Codebook As Single()
C# 
public abstract float[] Codebook {get; set;}
C++/CLI 
public:
abstract property array<float>^ Codebook {
   array<float>^ get();
   void set (    array<float>^ value);
}

Remarks

This array holds the real and imaginary parts of the codebook. The length must be equal to NumberOfLayers * SpreadingFactor * CodeWordSize * 2. (The 2 is because the array holds alternating real and imaginary values). The order of elements is L0S0M0M1..S1M0M1..L1S0M0M1..

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