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


Glossary Item Box

Enum values indicating the specification interpretation to apply to the 3GPP-NR Carrier Definition.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
EighteenDotOneApply interpretation based on 3GPP-NR version 18.1.0 (2023-12)28.60
FifteenApply interpretation based on 3GPP-NR version 15.0.0 (2017-12).
FifteenDotEightApply interpretation based on 3GPP-NR version 15.8.0 (2019-12)25.20
FifteenDotFiveApply interpretation based on 3GPP-NR version 15.5.0 (2019-03).24.20
FifteenDotFourApply interpretation based on 3GPP-NR version 15.4.0 (2018-12).24.20
FifteenDotOneApply interpretation based on 3GPP-NR version 15.1.0 (2018-03).23.20
FifteenDotSixApply interpretation based on 3GPP-NR version 15.6.0 (2019-06)25.00
FifteenDotThreeApply interpretation based on 3GPP-NR version 15.3.0 (2018-09).24.20
FifteenDotTwoApply interpretation based on 3GPP-NR version 15.2.0 (2018-06).24.00
LatestApply the latest consensus interpretations of the 3GPP-NR specification.
SeventeenDotFourApply interpretation based on 3GPP-NR version 17.4.0 (2023-01)28.00
SeventeenDotThreeApply interpretation based on 3GPP-NR version 17.3.0 (2022-09)27.40
SixteenDotEightApply interpretation based on 3GPP-NR version 16.8.0 (2021-12)27.00
SixteenDotFiveApply interpretation based on 3GPP-NR version 16.5.0 (2021-03)26.20
SixteenDotOneApply interpretation based on 3GPP-NR version 16.1.0 (2020-03)25.20
SixteenDotTwoApply interpretation based on 3GPP-NR version 16.2.0 (2020-06)25.40
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The 3GPP-NR standard is continually evolving, and this enum is provided to allow handling the evolving interpretations of the standard. Specific interpretation details associated with each entry is documented with properties and methods using the FiveGVersion type. NOTE: Supported interpretations will change with future versions of the software, and will be marked obsolete when no longer beneficial. To ensure the latest interpretation is used in future versions of the software for compiled client automation code, please use the Latest value for this property.

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