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


Glossary Item Box

Gets or sets how parameter changes should be coupled when changing an input extension parameter value. This property is ignored when recalling state and only applies when a parameter is changed. The coupling only applies to input extensions of the same type.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ExtensionParameterCoupling As InputExtensionCoupling
C# 
public virtual InputExtensionCoupling ExtensionParameterCoupling {get; set;}
C++/CLI 
public:
virtual property InputExtensionCoupling ExtensionParameterCoupling {
   InputExtensionCoupling get();
   void set (    InputExtensionCoupling value);
}

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 25.00

See Also