Calling a Subscript from a Model Parameter File
- Updated2025-04-08
- 1 minute(s) read
Calling a Subscript from a Model Parameter File
Call additional parameter files from within a .txt file to encapsulate certain elements of a test in separate files.
- Open a formatted .txt file.
-
Create or open a second text file that updates parameters from
the same model.
Note This is the subscript file. The subscript file must use the same delimiter as the calling file.
- In the original file, create a new line to call the subscript.
-
Enter subscript in the
parameter column and the path to
the file to call in the value column.
Note The path can be absolute or relative to the directory that contains the calling file.
Note This file uses a tab
delimiter.
{environment temperature (C)} 50 * tempConversionFactor subscript subfile.txt
This file is part of the Update Model Parameters example, available in the <Common Data>\Examples\Stimulus Profile\Engine Demo\Stimulus Profiles\ directory.