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


activeSymbolIndexes
active symbol indexes as offsets relative to the beginning of the frame

Glossary Item Box

Sets the active symbol indexes for this allocation.

Syntax

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

Parameters

activeSymbolIndexes
active symbol indexes as offsets relative to the beginning of the frame

Requirements

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

See Also