Keysight Pathwave 89600 VSA .NET API
Numerology Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > DLBwp Class : Numerology Property


Glossary Item Box

Gets or sets a value indicating the numerology for this resource allocation.

Syntax

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

Property Value

Default value is Numerology.Mu1

Remarks

Numerology specifies the subcarrier spacing and cyclic prefix definition used for this resource allocation. NOTE: Numerology affects symbol duration and the number of subcarriers possible for a given carrier bandwidth.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also