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


Glossary Item Box

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

Syntax

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

Return Value

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 PathWave 89600 VSA Ver 26.00

See Also