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


Glossary Item Box

Gets or sets whether input coupling is AC or DC.

Syntax

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

Property Value

Whether the input is AC or DC coupled. The default is AC.

Remarks

This sets or gets the input coupling for this channel. For multi-channel scenarios the Analog.Coupling property may be used to set the coupling 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