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


Glossary Item Box

Connects the source hardware configuration for control by the application.

Syntax

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

Remarks

When Connect is called, the source hardware is reset and then set up according to the other Source object properties. Some of the property values may be clipped to valid values depending on the source hardware capabilities.

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