simRunDirLoad
simRunDirLoad(
t_fileName
)
=> t / nil
Description
Loads the file specified using the t_fileName argument in the simulation run directory. It creates a full file system path to the file in the simulation run directory and then passes the file as an argument to the SKILL load function.
The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.
Arguments
Value Returned
Examples
simRunDirLoad( "comp.env" )
Related Topics
Return to top