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


Glossary Item Box

Gets or sets a value indicating whether measurement channel indexes mapping to this CarrierMapping should be determined automatically.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MeasurementChannelIndexesAuto As Boolean
C# 
public virtual bool MeasurementChannelIndexesAuto {get; set;}
C++/CLI 
public:
virtual property bool MeasurementChannelIndexesAuto {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Remarks

When true, the values previously set by SetMeasurementChannelIndexes are ignored and all measurement channels are used as input data for this CarrierMapping. When false, the values set by SetMeasurementChannelIndexes are used to determine what input data is processed for this CarrierMapping. The measurement channel indexes associated with this CarrierMapping are available from GetMeasurementChannelIndexes. When true, calling SetMeasurementChannelIndexes will force MeasurementChannelIndexesAuto to false.

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