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


Glossary Item Box

Specifies the OFDMA Uplink burst type.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
CdmaThe current burst is mapped to an uplink "CDMA" burst allocation on the Zone Definition Grid
FfbThe current burst is mapped to an uplink "FFB" burst allocation on the Zone Definition Grid.
NormalThe current burst will be treated as a normal data burst and the subchannel symbol offset and interval parameters will be used to define the allocation on the Zone Definition Grid.
PaprThe current burst is mapped to an uplink "PAPR" burst allocation on the Zone Definition Grid.
‡ 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