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


Glossary Item Box

Gets or sets a value indicating the numerology for this physical signal.

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 physical signal. For RimRS, it can only use Numerology.Mu0 and Numerology.Mu1.

Requirements

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

See Also