simRunDirOutfile
simRunDirOutfile(
t_fileName
)
=> t / nil
Description
Opens the file specified using the fileName argument in the simulation run directory for writing. It creates a full file system path name to the file in the simulation run directory and then passes the file as an argument to the SKILL outfile function. The function returns a SKILL port.
The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.
Arguments
Value Returned
Examples
simRunDirOutfile( "tmp.out" )
Related Topics
Return to top