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


timeGapPerSymbol
integer array, one value per symbol

Glossary Item Box

Sets the time gap before each OFDM symbol, defined in samples at the OFDM system sample frequency.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetTimeGapPerSymbol( _
   ByVal ParamArray timeGapPerSymbol() As Single _
) 
C# 
public virtual void SetTimeGapPerSymbol( 
   params float[] timeGapPerSymbol
)
C++/CLI 
public:
virtual void SetTimeGapPerSymbol( 
   ... array<float>^ timeGapPerSymbol
) 

Parameters

timeGapPerSymbol
integer array, one value per symbol

Remarks

If the array is empty (the default) then there are no time gaps in the signal. If the end of the array is reached, processing loops back to the symbol number specified by TimeGapsRepeatIndex. This is an array of floating-point values, but currently the values are always rounded to the nearest OFDM FFT sample.

When the ModulationScheme is set to ModulationScheme.Fbmc, this property is ignored.

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