Keysight Pathwave 89600 VSA .NET API
IsMcsIndexCoupled Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > Channel Class : IsMcsIndexCoupled Property


Glossary Item Box

Gets or sets a value indicating whether all the allocations share the same MCS index.

Syntax

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

Property Value

The default value is true.

Remarks

If true, the MCS Index values defined for the individual allocations are ignored and the MCS Index value of the Channel is applied to all allocations.

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 20.00

See Also