Keysight Pathwave 89600 VSA .NET API
FreqHopping Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > Pusch Class : FreqHopping Property


Glossary Item Box

Gets or sets the higher layer parameter FreqHopping used for the determination of Freq Hopping Type

Syntax

Visual Basic (Declaration) 
Public MustOverride Property FreqHopping As FrequencyHoppingType
C# 
public abstract FrequencyHoppingType FreqHopping {get; set;}
C++/CLI 
public:
abstract property FrequencyHoppingType FreqHopping {
   FrequencyHoppingType get();
   void set (    FrequencyHoppingType value);
}

Property Value

The default value is FrequencyHoppingType.Off.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also