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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property TransportBlockTwoMcs As Integer
C# 
public virtual int TransportBlockTwoMcs {get; set;}
C++/CLI 
public:
virtual property int TransportBlockTwoMcs {
   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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.60

See Also