Keysight Pathwave 89600 VSA .NET API
ChangeInputDomains() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeInputDomains Method : ChangeInputDomains() Method


Glossary Item Box

Changes the Measurement to be loaded using a subset of the allowed input domains.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeInputDomains() 
C# 
public virtual void ChangeInputDomains()
C++/CLI 
public:
virtual void ChangeInputDomains(); 

Remarks

Equivalent to calling ChangeInputDomains(InputDomains) with an argument of PreferredInputDomains. The input domains of the Measurement will be changed to match a subset of PreferredInputDomains. The Measurement will automatically select the input domains based upon Measurement.SelectedAnalyzer capabilities and input domain preferences defined by the MeasurementExtension. Note: This operation may take time to complete, as it may require connecting to disconnected Measurement.SelectedAnalyzer and reloading the Measurement. Calling ChangeInputDomains(InputDomains) directly (using the InputDomains parameter), may be more efficient than calling ChangeInputDomains, since it does not require previous call to set the PreferredInputDomains property 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 26.00

See Also