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


Glossary Item Box

Gets the custom I/Q sequence used when CustomSequenceStyle = CustomSequenceStyle.IQSequence and PayloadType = PayloadType.Custom.

Syntax

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

Return Value

interleaved real/imaginary pairs, one pair per symbol

Requirements

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

See Also