If you receive a model you did not create, you might need to identify its inports, outports, parameters, and signals before you can work with the model. Complete the following steps to create a simple VI that returns information about the components of a model:

  1. Load the model using the Load Model VI.
  2. Call the Get Paths VI to return the paths of components within the model you loaded.
  3. Call the Get Information by Path VI to return more information about the component at the path you specify, such as its name, dimension, and default value.

Related Links

Get Paths VI

Get Information by Path VI