Keysight Pathwave 89600 VSA .NET API
SynchronizationMeasurementChannelIndex Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : SynchronizationMeasurementChannelIndex Property


Glossary Item Box

Gets or sets a value indicating the index of the input channel which is used for synchronization.

Syntax

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

Property Value

Default value is 0, valid range is from 0 to number of Input Channel - 1

Remarks

For MIMO measurement, we may have multiple preambles or pilots transmitted on different input channels, this value indicates on which input channel the preamble or pilot defined by SynchronizationAntennaPortIndex should be searched for the initial synchronization.

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 27.40

See Also