Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

t_fileName

Name of the file to be opened.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simRunDirOutfile( "tmp.out" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X