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


Glossary Item Box

Gets or sets the slot to sync on.

Syntax

Visual Basic (Declaration) 
Public Property SyncSlot As Integer
C# 
public int SyncSlot {get; set;}
C++/CLI 
public:
property int SyncSlot {
   int get();
   void set (    int value);
}

Remarks

This property is ignored if IsAutoSyncEnabled is true.

Valid only for PUSCH, PUCCH and SRS channels.

The Sync slot has to be a slot that is allocated to the Channel.

Requirements

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

See Also