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


Glossary Item Box

Gets or sets the specification interpretation to use for PUSCH.

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 PBCH DMRS initialization according to version 15.0.0 of 38.211 (2017-12)
FiveGVersion.FifteenDotOne Interprets PDSCH/PBCH DMRS initialization according to version 15.1.0 of 38.211 (2018-03)
FiveGVersion.FifteenDotTwo Interprets PDSCH/PBCH DMRS initialization according to version 15.2.0 of 38.211 (2018-06)
Latest Interprets PDCCH DMRS initialization according to version 15.2.0 of 38.211 (2018-09)
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