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


Glossary Item Box

Gets or sets a value indicating which input domains to prefer when loading a Measurement.

Syntax

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

Remarks

InputDomains flags not supported by Measurement.SelectedAnalyzer in current channel configuration will be ignored. Note, this does not cause the current Measurement to be loaded again. Such action may be triggered by ChangeInputDomains(InputDomains) or by actions like recalling a setup file or changing input channel configuration. The currently active input domains are indicated by ActiveInputDomains. Note: Specifying a value of InputDomains.None indicates no input domain preference, and all supported input domains are considered. If input domain capabilities are added to future MeasurementExtension or Measurement.SelectedAnalyzer implementations, they will be included. If this is undesirable, and specific input domain selection is important to maintain behavior backwards-compatibility, it is recommended to specify a value other than InputDomains.None.

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