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


channelIndexes
channel indexes, zero-based

Glossary Item Box

Sets the list of Agilent.SA.Vsa.Input.MeasurementChannels assigned to this ComponentCarrier.

Syntax

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

Parameters

channelIndexes
channel indexes, zero-based

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 26.00

See Also