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


Glossary Item Box

Gets the active symbol indexes for this allocation when PatternRepeatEnabled = true.

Syntax

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

Return Value

array of active symbol indexes as offsets from the beginning of each repetition

Requirements

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

See Also