Keysight Pathwave 89600 VSA .NET API
CustomSequenceStyle Enumeration
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace : CustomSequenceStyle Enumeration


Glossary Item Box

Type of custom sequence for allocations with Allocation.PayloadType = PayloadType.Custom.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
BitSequenceTimeSegment sequence style is "Bit Sequence", which implies we interpret the approach for deserializing the bits into a sequence of constellation state indexes.
IQSequenceAllocation symbol content is defined as a specific sequence of I/Q values without any presumption of constellation mapping.
‡ 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