TestStand Semiconductor Module Code Module VIs Help

Get Model-Based Instrument Property Value (TSM)

  • Updated2024-02-02
  • 2 minute(s) read

Get Model-Based Instrument Property Value (TSM)

Requires: TSM

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.

GetModelBasedInstrumentPropertyValue.vi
c1d30.gif Properties an array of Model-Based Instrument Property elements to search.
cstr.gif Property Name specifies the name of the property for which to search.
i1d30.gif Properties Out returns the array of model-based instrument property elements unchanged.
istr.gif Property Value returns the found value for the named property.
ibool.gif Is Found returns TRUE if a property matching the supplied Property Name was found in the supplied array of model-based instrument property elements.