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


Glossary Item Box

Enum values indicating the numerology mapping as defined in the 3GPP-NR specification.

Syntax

Visual Basic (Declaration) 
Public Enum Numerology 
   Inherits System.Enum
C# 
public enum Numerology : System.Enum 
C++/CLI 
public enum class Numerology : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
Mu0Numerology of 15 kHz subcarrier scaling (µ = 0).
Mu1Numerology of 30 kHz subcarrier scaling (µ = 1).
Mu2ExtendedCPNumerology of 60 kHz subcarrier scaling (µ = 2) with extended cyclic prefix.
Mu2NormalCPNumerology of 60 kHz subcarrier scaling (µ = 2) with normal cyclic prefix.
Mu3Numerology of 120 kHz subcarrier scaling (µ = 3).
Mu4Numerology of 240 kHz subcarrier scaling (µ = 4).
Mu5Numerology of 480 kHz subcarrier scaling (µ = 5).27.40
Mu6Numerology of 960 kHz subcarrier scaling (µ = 6).27.40
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

These values provide a mapping to scale a baseline 15 kHz subcarrier spacing. This mapping forms the basis for the time and frequency grid used for resource allocation in the Carrier Definition. NOTE: Unless otherwise indicated, all numerology mappings imply normal cyclic prefix type.

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 23.00

See Also