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


Glossary Item Box

Gets or sets the type of sync pattern used by sync search.

Syntax

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

Remarks

This parameter is ignored if IsSynchronizationSearchEnabled is off.

Requirements

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

See Also