Keysight Pathwave 89600 VSA .NET API
SymbolTimeAdjustment Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio 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 -25 %.

Remarks

0% corresponds to the end of the cyclic prefix. This value will be limited internally to be compatible with the cyclic prefix (CP) of the analyzed signal. In the case of Extended CP, the minimum used value is -25 . In the case of Normal CP, the minimum used value is -7.03125 .

Requirements

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

See Also