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


Glossary Item Box

Gets or sets the value for the search persistence parameter

Syntax

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

Property Value

18.00 The default value is 0.05, the range is 0 to 1.0

Remarks

This parameter allows the user to tune the algorithm for higher frequency lock range or higher constellation lock consistency. Values closer to 0 optimize towards higher frequency lock range while values closer to 1 optimize towards higher constellation lock consistency.

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