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


Glossary Item Box

Gets or sets the switch hardware to use for this measurement. Use null to indicate to not use a switch.

Syntax

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

Requirements

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

See Also