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


Glossary Item Box

Gets or sets the pattern used by sync search when the synchronization search type is a standard pattern.

Syntax

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

Remarks

This value is ignored when IsSynchronizationSearchEnabled is off. The bit pattern is encoded according to the user-specified line coding.

Requirements

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

See Also