OpenTAP 9.34
API Reference
OpenTap.SupportedModelsAttribute Class Reference

Describes what hardware an Instrument or Dut driver supports. More...

Public Member Functions

 SupportedModelsAttribute (string manufacturer, params string[] models)
 Instantiates a new SupportedModelsAttribute
 
 SupportedModelsAttribute ()
 Instantiates a new SupportedModelsAttribute
 

Properties

string Manufacturer [get, set]
 The manufacturer of the hardware.
 
string[] Models [get, set]
 The hardware model numbers supported by the driver.
 

Detailed Description

Describes what hardware an Instrument or Dut driver supports.

Constructor & Destructor Documentation

◆ SupportedModelsAttribute()

OpenTap.SupportedModelsAttribute.SupportedModelsAttribute ( string manufacturer,
params string[] models )
inline

Instantiates a new SupportedModelsAttribute

Parameters
manufacturerThe manufacturer of the hardware.
modelsThe hardware model numbers supported by the driver.

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15