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


values
The measurement channel indexes mapped for this layer.

Glossary Item Box

Sets mapped measurement channel indexes for this layer.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetMeasurementChannelIndexes( _
   ByVal ParamArray values() As Integer _
) 
C# 
public abstract void SetMeasurementChannelIndexes( 
   params int[] values
)
C++/CLI 
public:
abstract void SetMeasurementChannelIndexes( 
   ... array<int>^ values
) 

Parameters

values
The measurement channel indexes mapped for this layer.

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