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


value
An array containing the cyclic suffix guard interval of each OFDM symbol

Glossary Item Box

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

Syntax

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

Parameters

value
An array containing the cyclic suffix guard interval of each OFDM symbol

Remarks

If the end of the array is reached, processing loops back to the symbol number specified by GuardIntervalRepeatIndex.

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

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