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


Glossary Item Box

Gets or sets the codebook for SCMA

Syntax

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

Remarks

This is a 1-D array comprising of the real and imaginary parts of the codebook. 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