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


Glossary Item Box

Type of frame (bursted or periodic).

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
BurstThe frame does not repeat (burst of data followed by an idle period). The length of the frame is defined by FrameDefinition.Length.
PeriodicThe frame repeats with a period defined by FrameDefinition.Length.
‡ 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