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


activeSubcarrierIndexes
active subcarrier indexes as offsets relative to the lowest subcarrier index

Glossary Item Box

Sets the active subcarrier indexes for this allocation.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetActiveSubcarrierIndexes( _
   ByVal ParamArray activeSubcarrierIndexes() As Integer _
) 
C# 
public abstract void SetActiveSubcarrierIndexes( 
   params int[] activeSubcarrierIndexes
)
C++/CLI 
public:
abstract void SetActiveSubcarrierIndexes( 
   ... array<int>^ activeSubcarrierIndexes
) 

Parameters

activeSubcarrierIndexes
active subcarrier indexes as offsets relative to the lowest subcarrier index

Requirements

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

See Also