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


Glossary Item Box

Gets or sets the sync search offset (in symbols).

Syntax

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

Remarks

Determines the location of result length within search length. You can specify a positive or negative offset. If the SearchPattern occurs before the start of result length, specify a negative offset. If it occurs after the start of result length, specify a positive offset. Applies only when IsPatternSearchEnabled is true.

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