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


Glossary Item Box

Gets the active symbol indexes for this allocation.

Syntax

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

Return Value

array of active symbol indexes as offsets from the beginning of the frame

Requirements

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

See Also