Keysight Pathwave 89600 VSA .NET API
AmcWrapMethodType Enumeration
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace : AmcWrapMethodType Enumeration


Glossary Item Box

Specifies whether the symbol or subchannel allocation units are used to define the data mapping allocation scheme used to create an AMC wrapped data burst(Only applies to AMC wrapped data regions).

Syntax

Visual Basic (Declaration) 
Public Enum AmcWrapMethodType 
   Inherits System.Enum
C# 
public enum AmcWrapMethodType : System.Enum 
C++/CLI 
public enum class AmcWrapMethodType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
SubchannelSymbol units are allocated along the symbol dimension first, then wrap to the next subchannel when the end of the AMC zone is reached.
SymbolSubchannel units are allocated along the subchannel dimension first, then wrap to the next symbol when the bottom of the AMC band is reached.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also