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


Glossary Item Box

Specifies the pseudo-random sequence used for Reference Signal generation (Downlink only).

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoPRS content is auto-detected based on CellID and 3GPP definitions.
CustomPRS content is auto-detected from actual signal content (supports non-3GPP sequences).
OnesPRS is assumed to be all (1+j0) real only values.
PN9PRS is a PN9 sequence.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

Sync Type = RS mode only supports Auto (based on 3GPP) selection.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also