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


Glossary Item Box

Gets or sets the specification interpretation to use for PDSCH.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Version As FiveGVersion
C# 
public abstract FiveGVersion Version {get; set;}
C++/CLI 
public:
abstract property FiveGVersion Version {
   FiveGVersion get();
   void set (    FiveGVersion value);
}

Property Value

Default value is Latest.

Remarks

The 3GPP-NR standard is continually evolving, and this property is provided to allow handling the evolving interpretations of PDSCH.
Enum value Interpretation details
FiveGVersion.Fifteen Interprets PDSCH DMRS initialization according to version 15.0.0 of 38.211 (2017-12)
FiveGVersion.FifteenDotOne Interprets PDSCH DMRS initialization according to version 15.1.0 of 38.211 (2018-03)
FiveGVersion.FifteenDotTwo Interprets PDSCH DMRS initialization according to version 15.2.0 of 38.211 (2018-06)
FiveGVersion.FifteenDotThree Interprets PDSCH DMRS initialization according to version 15.3.0 of 38.211 (2018-09)
FiveGVersion.FifteenDotFour Interprets PDSCH/PBCH DMRS initialization according to version 15.4.0 of 38.211 (2018-12)
FiveGVersion.FifteenDotFive Interprets PDSCH DMRS initialization according to version 15.5.0 of 38.211 (2019-03)
FiveGVersion.FifteenDotSix Interprets PDSCH DMRS initialization according to version 15.6.0 of 38.211 (2019-06)
FiveGVersion.FifteenDotEight Interprets PDSCH DMRS initialization according to version 15.8.0 of 38.211 (2019-12)
FiveGVersion.SixteenDotOne Interprets PDSCH DMRS initialization according to version 16.1.0 of 38.211 (2020-03)
FiveGVersion.SixteenDotTwo Interprets PDSCH DMRS initialization according to version 16.2.0 of 38.211 (2020-06)
Latest Interprets PDCCH DMRS initialization according to version 16.2.0 of 38.211 (2020-06)
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.20

See Also