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


Glossary Item Box

Gets or sets a value indicating whether measurement channel indexes mapping to each layer of this Pusch 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, all measurement channels set by SetMeasurementChannelIndexes are assumed to be mapped to each layer of this Pusch, and the values set by PxschLayerMapping.SetMeasurementChannelIndexes are ignored. When false, the values set by PxschLayerMapping.SetMeasurementChannelIndexes are used to determine which input channels are mapped to each layer. The number of layers and their corresponding DMRS ports are decided by AntennaPortsUsed.

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