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


Glossary Item Box

Gets or sets where within the cyclic prefix IFFT begins as a percentage of the IFFT duration.

Syntax

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

Property Value

The default value is -3.125. The maximum value is 0 and the minimum value is -7.03125%.

Remarks

0% corresponds to the end of the cyclic prefix.

Requirements

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

See Also