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


Glossary Item Box

Gets the active subcarrier indexes for this allocation.

Syntax

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

Return Value

array of active subcarrier indexes as offsets from the lowest subcarrier index

Requirements

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

See Also