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


Glossary Item Box

Discover instruments.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Discover() 
C# 
public abstract void Discover()
C++/CLI 
public:
abstract void Discover(); 

Remarks

This method will re-run the hardware discovery process that was done at startup. When invoked this method will disconnect from hardware, re-scan for hardware instruments, and repopulate the hardware configurations with the discovered hardware instruments.

Requirements

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

See Also