Keysight Pathwave 89600 VSA .NET API
Connection Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > AnalogChannel Class : Connection Property


Glossary Item Box

Gets or sets the input connection type (Single Ended or Differential).

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Connection As AnalogChannelConnection
C# 
public abstract AnalogChannelConnection Connection {get; set;}
C++/CLI 
public:
abstract property AnalogChannelConnection Connection {
   AnalogChannelConnection get();
   void set (    AnalogChannelConnection value);
}

Property Value

The connection of the input channel. The default is Single Ended.

Remarks

The ValidValues<T>("Connection") method can be used to retrieve a list of valid connections for this channel.

This sets or gets the input connection for this channel. For multi-channel scenarios the Connection property may be used to set the connection across all channels at once without having to explicitly iterate across each channel.

Requirements

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

See Also