Keysight Pathwave 89600 VSA .NET API
GetGuardIntervalPerSymbol Method
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : GetGuardIntervalPerSymbol Method


Glossary Item Box

Gets the cyclic prefix guard interval of each OFDM symbol, as a fraction of the IFFT time length.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetGuardIntervalPerSymbol() As Single()
C# 
public virtual float[] GetGuardIntervalPerSymbol()
C++/CLI 
public:
virtual array<float>^ GetGuardIntervalPerSymbol(); 

Return Value

An array containing the cyclic prefix guard interval of each OFDM symbol

Remarks

If the size of the array is less than the result length, processing loops back to the symbol number specified by GuardIntervalRepeatIndex. The value of GuardInterval is always equal to the first element of the SetGuardIntervalPerSymbol array.

When the ModulationScheme is set to ModulationScheme.Fbmc, this property is ignored, because FBMC does not use a cyclic prefix.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also