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


states
This array represent the user defined states (i.e. State1 , State2 , State3 , ...).

Glossary Item Box

Sets the hop analysis states.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetStates( _
   ByVal states As ICollection(Of HopAnalysisState) _
) 
C# 
public abstract void SetStates( 
   ICollection<HopAnalysisState> states
)
C++/CLI 
public:
abstract void SetStates( 
   ICollection<HopAnalysisState^>^ states
) 

Parameters

states
This array represent the user defined states (i.e. State1 , State2 , State3 , ...).

Remarks

The ICollection parameter will not be modified when setting the hop analysis states.

Requirements

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

See Also