Keysight Pathwave 89600 VSA .NET API
Overlaps Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > HardwareConfiguration Class : Overlaps Method


configuration
The configuration to compare this configuration to.

Glossary Item Box

Indicates whether this configuration has real instruments in it that are also in the specified configuration.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Overlaps( _
   ByVal configuration As HardwareConfiguration _
) As Boolean
C# 
public virtual bool Overlaps( 
   HardwareConfiguration configuration
)
C++/CLI 
public:
virtual bool Overlaps( 
   HardwareConfiguration^ configuration
) 

Parameters

configuration
The configuration to compare this configuration to.

Return Value

False if the configuration is simulated one. True if an instrument with the same address exists in both configurations. Otherwise, it returns 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 15.00

See Also