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


Glossary Item Box

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

Syntax

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

Property Value

Default value is McsTable.Table1.

Requirements

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

See Also