Keysight Pathwave 89600 VSA .NET API
GetStates Method
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > HopAnalysis Class : GetStates Method


Glossary Item Box

Gets the hop analysis states.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetStates() As HopAnalysisState()
C# 
public abstract HopAnalysisState[] GetStates()
C++/CLI 
public:
abstract array<HopAnalysisState^>^ GetStates(); 

Return Value

An array representing user defined states (i.e. State1, State2, State3, ...)

Requirements

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

See Also