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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SymbolInterval As Integer
C# 
public abstract int SymbolInterval {get; set;}
C++/CLI 
public:
abstract property int SymbolInterval {
   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.

Remarks

Valid selections will depend on the Result Length, and the Synchronization Type. This measurement assumes the radio frame start corresponds to a subframe offset of zero.

Requirements

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

See Also