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


Glossary Item Box

Disconnects the source hardware configuration from control by the application.

Syntax

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

Remarks

When Disconnect is called, the state of the source hardware may be changed by using its front panel, or by another program using the API, so the Source properties do not necessarily reflect the state of the source hardware.

Connected state has no effect on the value of the Enabled property of SourceChannel.

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 28.60

See Also