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


Glossary Item Box

Pauses all measurements associated with this hardware and disconnects from the hardware.

Syntax

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

Exceptions

ExceptionDescription
System.InvalidOperationExceptionAn InvalidOperationException will be thrown if an error occurs while disconnecting from the hardware.

Remarks

This method stops the measurements associated with this hardware. The measurement is stopped (if it is running) and does not communicate with the input channel hardware until the measurement is restarted. The input channel hardware is reinitialized when the measurement is restarted, because the state of the hardware is now unknown. This method is used if you want to access the input channel hardware directly.

Requirements

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

See Also