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


Glossary Item Box

Gets or sets the pattern search synchronization criteria used for sync search during digital demodulation.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PatternSearchSyncCriteria As PatternSearchSyncCriteria
C# 
public virtual PatternSearchSyncCriteria PatternSearchSyncCriteria {get; set;}
C++/CLI 
public:
virtual property PatternSearchSyncCriteria PatternSearchSyncCriteria {
   PatternSearchSyncCriteria get();
   void set (    PatternSearchSyncCriteria value);
}

Remarks

Specifies the pattern search synchronization criteria used to determine if a valid pattern detection was found. Select PatternSearchSyncCriteria to PatternSearchSyncCriteria.ExactPatternMatch to search for an exact pattern bit match (i.e. where the detected pattern region contains zero detected bit errors). Select PatternSearchSyncCriteria to PatternSearchSyncCriteria.NearestPatternMatch to search for the nearest (or best) pattern bit match (i.e. where the detected pattern region may potentially contains greater than zero bit errors).

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.00

See Also