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


Glossary Item Box

Gets or sets a value indicating whether sync search is enabled.

Syntax

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

Remarks

Determine whether constellation sync search is enabled for the digital demodulation measurement. When true, SearchPattern determines the pattern to search for in the input data, and PatternSearchOffset determines where in the demodulated symbols the pattern should be located. The search process consists of demodulating the data at the different possible ideal constellation phase offsets, and aligning the symbols with the data pattern. If the data pattern cannot be found, a trace indicator of "SYNC NOT FOUND" is displayed.

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 18.00

See Also