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


preferredInputDomains
A value to indicate the allowed input domains for the current Measurement. A value of InputDomains.None indicates the Measurement will choose the input domain automatically using capabilities of Measurement.SelectedAnalyzer.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeInputDomains( _
   ByVal preferredInputDomains As InputDomains _
) 
C# 
public virtual void ChangeInputDomains( 
   InputDomains preferredInputDomains
)
C++/CLI 
public:
virtual void ChangeInputDomains( 
   InputDomains preferredInputDomains
) 

Parameters

preferredInputDomains
A value to indicate the allowed input domains for the current Measurement. A value of InputDomains.None indicates the Measurement will choose the input domain automatically using capabilities of Measurement.SelectedAnalyzer.

Remarks

This is equivalent of calling PreferredInputDomains using preferredInputDomains, followed by calling ChangeInputDomains. PreferredInputDomains will be updated to match preferredInputDomains, and the input domains of the Measurement will be changed to match a subset of the requested value. 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.

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