TestStand Semiconductor Module Code Module VIs Help

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 NamesReturns 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 ListReturns 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 ListReturns 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 ValueReturns 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 ValueReturns 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.

Log in to get a better experience