Keysight 89600 VSA .NET API
SearchPattern Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > SingleCarrier Class : SearchPattern Property


Glossary Item Box

Gets or sets the bit sequence to search for in the received signal.

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

The string should be a sequence of zeros and ones without any spaces. The bits will be loaded onto the symbols in increasing order and if there are symbols with unfilled bits from the pattern, zeros will be used.

Requirements

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

See Also