Keysight Pathwave 89600 VSA .NET API
Contains(String) Method
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > QuickSetupCollection Class : Contains(String) Method


quickSetupName
name of QuickSetup to find in the collection.

Glossary Item Box

Gets a value indicating whether a QuickSetup was found in the collection matching the provided name.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Contains( _
   ByVal quickSetupName As String _
) As Boolean
C# 
public abstract bool Contains( 
   string quickSetupName
)
C++/CLI 
public:
abstract bool Contains( 
   String^ quickSetupName
) 

Parameters

quickSetupName
name of QuickSetup to find in the collection.

Return Value

true if it is in the collection; otherwise false

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.20

See Also