Keysight Pathwave 89600 VSA .NET API
SynchronizationType Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : SynchronizationType Property


Glossary Item Box

Gets or sets the channel to synchronize to.

Syntax

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

Property Value

The default value is SynchronizationTypeSelection.Psch for Downlink and SynchronizationTypeSelection.RS for Uplink.

Remarks

For Downlink, both P-SS and RS-based synchronization choices are available. If RS-based synchronization is selected, the CellIdMode has to be CellIdModeType.Manual, the correct CellIdentity needs to be specified and the DownlinkPilotPrs has to be PilotPrsType.Auto. For uplink, the channels available for synchronization are the channels that 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