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

simReadNetCapFile

simReadNetCapFile(
t_filename
)
=> t / nil

Description

Reads in the net capacitance file and initializes the simAllNets global variable. This contains the list of all nets in the design and their associated capacitance values, which are present in the capacitance file.

Arguments

t_filename

The filename, if the file is in the current directory or the full path to the file which contains the information about the nets and their associated capacitance. The filename or the full path to the file must be valid SKILL strings.

The default value is <rundir>/lperun/sim.cap.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simReadNetCapFile( "./mydir/dir2/sim.cap" )

Related Topics

OSS Functions


Return to top
 ⠀
X