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


activePortIndexes
active antenna port indexes specified as zero-based index values

Glossary Item Box

Sets the active antenna port indexes for this allocation.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetActivePortIndexes( _
   ByVal ParamArray activePortIndexes() As Integer _
) 
C# 
public virtual void SetActivePortIndexes( 
   params int[] activePortIndexes
)
C++/CLI 
public:
virtual void SetActivePortIndexes( 
   ... array<int>^ activePortIndexes
) 

Parameters

activePortIndexes
active antenna port indexes specified as zero-based index values

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also