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


Glossary Item Box

Gets or sets the Symbol Time Adjust mode.

Syntax

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

Property Value

The default value is SymbolTimeAdjustmentMode.MaxOfWindowStartAndWindowEnd.

Remarks

Allows the user to specify where within the Cyclic Prefix the IFFT duration starts.

Requirements

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

See Also