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


Glossary Item Box

Gets or sets the channel used for synchronization.

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.Npss for Downlink and SynchronizationTypeSelection.RS or SynchronizationTypeSelection.Nprach for Uplink.

Remarks

For downlink, NPSS and NRS synchronization types are available. For uplink, the channel available for synchronization depends on whether Npusch or Nprach is present (active).

Requirements

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

See Also