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


Glossary Item Box

Gets or sets the hardware to use for this measurement.

Syntax

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

Exceptions

ExceptionDescription
System.InvalidOperationExceptionAn InvalidOperationException will be thrown if an error occurs while changing to the specified hardware. If this happens the software will attempt to change back to the previous hardware used by this measurement prior to throwing the exception.

Requirements

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

See Also