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


Glossary Item Box

Gets or sets the sync search length (in seconds).

Syntax

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

Remarks

This value is ignored when IsSynchronizationSearchEnabled is off or IsBurstSearchEnabled is on. This value should be restricted to binary characters '0' and '1'.

Requirements

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

See Also