Keysight Pathwave 89600 VSA .NET API
HopAnalysisState Constructor
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > HopAnalysisState Class : HopAnalysisState Constructor


frequency
of this hopping analysis state.
tolerance
of this hopping analysis state. Tolerance is in Hz.

Glossary Item Box

Initializes a new instance of the HopAnalysisState class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal frequency As Double, _
   ByVal tolerance As Double _
)
C# 
public HopAnalysisState( 
   double frequency,
   double tolerance
)
C++/CLI 
public:
HopAnalysisState( 
   double frequency,
   double tolerance
)

Parameters

frequency
of this hopping analysis state.
tolerance
of this hopping analysis state. Tolerance is in Hz.

Requirements

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

See Also