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


Glossary Item Box

Gets or sets a value indicating the MCS used for modulation of the data on this physical channel.

Syntax

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

Property Value

Default value is 0. Range of value is 0 through 27 or 28, depending on current value of McsTable.

Remarks

The MCS value, along with the McsTable determines the modulation format and coding rate applied to a physical channel transmission.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also