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


Glossary Item Box

Enum values indicating the test model specification interpretation.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
EighteenDotOneApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 18.1.0 (2023-12).28.60
FifteenDotFourApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 15.4.0 (2019-12).25.00
FifteenDotOneApply interpretation based on 3GPP-NR TS38.141-1/TS38.141-2 version 15.1.0 (2019-03).25.00
FifteenDotTwoApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 15.2.0 (2019-06).25.00
LatestApply the latest consensus interpretations of the 3GPP-NR specification TS38.141-1/TS38.141-2 (as of 18.1.0 (2023-12).24.20
SeventeenDotElevenApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 17.11.0 (2023-09).28.40
SeventeenDotFiveApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 17.5.0 (2022-03).27.00
SeventeenDotNineApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 17.9.0 (2023-03).28.00
SeventeenDotSevenApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 17.7.0 (2022-09).27.40
SixteenDotFourApply the interpretations based on 3GPP-NR specification TS38.141-1/TS38.141-2 version 16.4.0 (2019-12).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 TestModelVersion 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 24.20

See Also