Keysight Pathwave 89600 VSA .NET API
GetMeasurementChannelIndexes Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > PxschLayerMapping Class : GetMeasurementChannelIndexes Method


Glossary Item Box

Gets mapped measurement channel indexes for this layer.

Syntax

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

Return Value

An array of the layer's measurement channel indexes.

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