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


Glossary Item Box

Gets or sets the start of the demodulated data as an offset (in seconds) from the location of the sync pattern.

Syntax

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

Remarks

This value is ignored when IsSynchronizationSearchEnabled is off or IsBurstSearchEnabled is on.

Requirements

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

See Also