Model Framework Components
- Updated2025-10-27
- 1 minute(s) read
The model framework includes files that define properties, identify functions for export, implement an interface, and create interdependent structures.
Use the following table to locate files in the Model Framework to help implement your model code.
| File | Description | Installed location |
|---|---|---|
| ni_modelframework.h |
A header file that includes the following components:
|
<RootDrive>\VeriStand\<xxxx>\ModelInterface\ |
| ni_modelframework.c |
Implements the common interface between your test application and your model code. |
<RootDrive>\VeriStand\<xxxx>\ModelInterface\custom\src |
| template.c |
A template for your model code. Use this file to create code that maintains interdependent structures between your model and ni_modelframework.c. |
<RootDrive>\VeriStand\<xxxx>\ModelInterface\custom\examples |
Note
<RootDrive> is
the drive where NI software installs and <xxxx> is the VeriStand
version number.