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


Glossary Item Box

Gets or sets a value indicating whether input parameters of paired channels (input channels that are part of the same logical channel, like I+jQ) are coupled.

Syntax

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

Property Value

True if parameters should be coupled for channels that are part of the same logical channel; otherwise false. The default is true.

Remarks

This is usually used to force range related parameters to be coupled when using I+jQ channel configurations where it is desirable for the I and Q input channels to be coupled with respect to input range.

When enabled, the following properties in paired analog input channels will be coupled.

When coupled, setting the above parameters on either input channel in a logical channel (such as the I input channel that is used in an I+jQ logical channel) will automatically set the parameter on the other channel paired channel to the same value.

Requirements

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

See Also