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


Glossary Item Box

Gets or sets the offset of the reference signal to use for synchronization (in symbols).

Syntax

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

Property Value

The default value is 0 symbols.

Remarks

This property can be used with SynchronizationReferenceInterval to precisely define the reference signal used for synchronization, which can speed up measurement processing, or provide more robustness for certain measurements.

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.0

See Also