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


Glossary Item Box

Gets or sets the specification interpretation to use for SS/PBCH.

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 SS/PBCH.
Enum value Interpretation details
FiveGVersion.Fifteen Interprets PBCH DMRS initialization according to version 15.0.0 of 38.211 (2017-12)
Latest Interprets PBCH DMRS initialization according to version 15.1.0 of 38.211 (2018-03)
FiveGVersion.FifteenDotTwo Interprets PDCCH 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)

See Also