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


Glossary Item Box

Parts of a burst found in the OFDM Burst Info table trace.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllThe entire analyzed burst.
DataData subcarriers.
NullNull subcarriers.
PilotsPilot subcarriers.
PreamblePreamble subcarriers.
UnknownUnknown subcarriers.
UserSubcarriers assigned to a particular user.
‡ 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