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


Glossary Item Box

Specifies the Freq Hopping Type for PUSCH.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
InterSF00Type1 Inter-SF FH with Hopping Bits set to '00' for BW 10 MHz and above.
InterSF01Type1 Inter-SF FH with Hopping Bits set to '01' for BW 10 MHz and above.
InterSF10Type1 Inter-SF FH with Hopping Bits set to '10' for BW 10 MHz and above, and Hopping Bit set to "1" for BW 5 MHz and below.
IntraInterSF00Type1 Intra/Inter-SF FH with Hopping Bits set to '00' for BW 10 MHz and above.
IntraInterSF01Type1 Intra/Inter-SF FH with Hopping Bits set to '01' for BW 10 MHz and above.
IntraInterSF10Type1 Intra/Inter-SF FH with Hopping Bits set to '10' for BW 10 MHz and above, and Hopping Bit set to "1" for BW 5 MHz and below.
OffFH is off.
TwoInterSFType2 Inter-SF FH.
TwoIntraInterSFType2 Intra/Inter-SF FH.
‡ 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