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


Glossary Item Box

Gets or sets a value indicating whether synchronization slot is selected automatically.

Syntax

Visual Basic (Declaration) 
Public Property IsAutoSyncEnabled As Boolean
C# 
public bool IsAutoSyncEnabled {get; set;}
C++/CLI 
public:
property bool IsAutoSyncEnabled {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Remarks

This parameter is valid for PUSCH, PUCCH and SRS channels only.

Requirements

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

See Also