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


Glossary Item Box

Gets or sets the symbol offset (relative to analysis start boundary and subframe offset).

Syntax

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

Property Value

The default value is zero. The minimum value is 0 symbols and the maximum is 13 symbols (11 symbols if using extended cyclic prefix).

Remarks

Valid selections will depend on the Result Length, and the Synchronization Type.

Requirements

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

See Also