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


Glossary Item Box

Specifies the configuration mode for NR operating band.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
Autothe operation band is decided by the carrier center frequency and carrier bandwidth. in this mode, F_UL_Low = CarrierCenter - CarrierBW / 2, F_UL_High = CarrierCenter + CarrierBW / 2.
ManualBandthe operation band is decided by band index according to 38.521-1/38.521-2 Table 5.2-1.
ManualBandFrequencythe operation band is decided by the absolute F_UL_Low and F_UL_High.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

According to 38.521-1/38.521-2 5.2, NR band is defined by an index, for our measurement convenience, we provide three modes to configure it. It decides and , According to 38.521-1/38.521-2 6.4.2.4 and E.4.4.1, and decide the Range1 and Range2 definition in UL Spectrum Flatness measurement. It affect the UL Spectrum Flatness results.

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 25.00

See Also