Keysight Pathwave 89600 VSA .NET API
ConnectionStateType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ConnectionStateType Enumeration


Glossary Item Box

The state of the connection with the hardware.

Syntax

Visual Basic (Declaration) 
Public Enum ConnectionStateType 
   Inherits System.Enum
C# 
public enum ConnectionStateType : System.Enum 
C++/CLI 
public enum class ConnectionStateType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AcquiredApplication is communicating with the hardware
DisconnectedApplication not communicating with the hardware, ok to change hardware state
SuspendedApplication not communicating with the hardware, do not change hardware state
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also