IModelBasedInstrument Interface
- Updated2026-06-25
- 1 minute(s) read
Model-based instruments are an instrument type that is defined in the PinMap and based on a user-selected instrument model. Instrument models define instruments that consist of multiple hardware resources and require more complex and flexible connection and configuration information. The IModelBasedInstrument object contains information about properties for the instrument and the hardware resources the instrument needs as defined by the instrument model.
Derives from
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public interface IModelBasedInstrument : IModelBasedPropertyItemContainer
Properties
| Name | Description |
|---|---|
| Category | Specifies the category the instrument belongs to as defined by the instrument model. |
| ModelName | The name of the model the instrument is based on as defined in the pin map. |
| Name | The instrument name as defined in the pin map. |
| Subcategory | Specifies the subcategory the instruments belongs to as defined by the instrument model. |
Methods
| Name | Description |
|---|---|
| TryGetResource(string, out IModelBasedResource) | Gets the IModelBasedResource object matching the specified modelResourceName . |