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


Glossary Item Box

Gets or sets the sync search binary pattern.

Syntax

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

Remarks

A string of 1's and 0's to use as the synchronization pattern for sync search during digital demodulation.

Minimum length: 1 Symbol

Maximum length: 32 symbols

The pattern must be entered as binary digits. Characters other than one ('1') and zero ('0') are ignored. Only applies if IsPatternSearchEnabled is true.

Requirements

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

See Also