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


Glossary Item Box

Gets or sets a value indicating whether sync searching is enabled or not.

Syntax

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

Remarks

Setting this parameter to True allows you to measure a signal that has a certain symbol pattern. When the sync pattern is found, ResultOffset is set to [Head of sync pattern - Sync Offset] and the sync bit pattern is highlighted in the Demod Bits trace.

Requirements

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

See Also