Model-Based Instrument VIs (TSM)
- Updated2024-02-02
- 1 minute(s) read
Model-Based Instrument VIs (TSM)
Use Model-Based Instrument VIs to return the names, properties, and values of model-based instruments.
The VIs on this palette return general LabVIEW error codes.
| Palette Object | Description |
|---|---|
| Get All Model-Based Instrument Names | Returns the instrument names and models for all model-based instruments in the Semiconductor Module context. You can use instrument names to query the model properties for the information needed to create the appropriate sessions to drive the instrument. |
| Get Model-Based Instrument Property List | Returns an object containing the name of the model and an array of ModelBasedInstrumentProperty objects that contain the names and values of the instrument properties. |
| Get Model-Based Instrument Resource Property List | Returns an array of IModelBasedInstrumentResourcePropertyList objects where each element contains the name of a resource as well as an array of ModelBasedInstrumentProperty objects that contain the names and values of the instrument resource properties. |
| Get Model-Based Instrument Property Value | Returns the value of a named property and a Boolean value indicating whether or not the named property was found in the property list supplied. |
| Get Model-Based Instrument Resource Property Value | Returns the value of a named property from a named resource and a Boolean value indicating whether or not the named property was found in the array of resource property lists supplied. |