Keysight 89600 VSA .NET API
SetActiveIndexes Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > Allocation Class : SetActiveIndexes Method


activeIndexes
symbol indexes as offsets relative to the beginning of each repetition

Glossary Item Box

Sets the active symbol indexes for this allocation.

Syntax

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

Parameters

activeIndexes
symbol indexes as offsets relative to the beginning of each repetition

Requirements

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

See Also