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


Glossary Item Box

Specifies which channel/signal to use for synchronization

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
PrachSynchronization is based on PRACH (Uplink only).
PschSynchronization is based on PSCH (Downlink only).
PucchRSSynchronization is based on PUCCH-DMRS (Uplink only).
RSSynchronization is based on RS for Downlink and PUSCH-DMRS for Uplink.
SrsSynchronization is based on SRS (Uplink only).
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

For Downlink, both PSCH and RS based synchronization choices are available. If RS-based synchronization is selected, the Cell ID needs to be specified, i.e. auto-detection of Cell Id is not available. For Uplink, PUSCH DMRS, PUCCH DMRS, SRS and PRACH based synchronization are available based on which channels are active for the user being analyzed.

Requirements

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

See Also