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


Glossary Item Box

Gets this carrier's measurement channel indexes/>.

Syntax

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

Return Value

An array of the carrier's measurement channel indexes.

Remarks

This CarrierMapping has a measurement center frequency of FrequencyOffset + Agilent.SA.Vsa.Measurement.Channels[(GetMeasurementChannelIndexes()[0])].Center. If MeasurementChannelIndexesAuto is true, this returns all measurement channels. If MeasurementChannelIndexesAuto is false, this returns the set of measurement channels most recently specified by SetMeasurementChannelIndexes.

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