Finding the Components of a Model
- Updated2025-10-15
- 1 minute(s) read
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:
- Load the model using the Load Model VI.
- Call the Get Paths VI to return the paths of components within the model you loaded.
- 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.