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


interleavedIQValues
interleaved real/imaginary pairs, one pair per symbol

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetIQSymbolSequence( _
   ByVal interleavedIQValues() As Single _
) 
C# 
public abstract void SetIQSymbolSequence( 
   float[] interleavedIQValues
)
C++/CLI 
public:
abstract void SetIQSymbolSequence( 
   array<float>^ interleavedIQValues
) 

Parameters

interleavedIQValues
interleaved real/imaginary pairs, one pair per symbol

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if interleavedIQValues array is either empty, or unable to parse a valid float value at a specific location within the input array.

Requirements

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

See Also