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


values
The measurement channel indexes to associate with this carrier.

Glossary Item Box

Sets this carrier's measurement channel indexes/>.

Syntax

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

Parameters

values
The measurement channel indexes to associate with this carrier.

Remarks

This CarrierMapping has a measurement center frequency of FrequencyOffset + Agilent.SA.Vsa.Measurement.Channels[(GetMeasurementChannelIndexes()[0])].Center. If a requested measurement channel cannot contain the carrier measurement frequency, the measurement channel index will not be used. If MeasurementChannelIndexesAuto is true, calling this method will force MeasurementChannelIndexesAuto to false. The measurement channel indexes associated with this CarrierMapping are available from GetMeasurementChannelIndexes.

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 25.00

See Also