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.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)