netlistDir
netlistDir(t_dirName) =>g_undefined/ nil
Description
Specifies the directory in which the final netlist is to be created.
Arguments
|
Name of the directory in which the final netlist is to be created. |
Value Returned
|
The specified directory does not exist or there is an error. |
Examples
Specifies the netlist directory to store the netlist files.
netlistDir("~/simulation/ckt/spectre/schematic/netlist") => "~/simulation/ckt/spectre/schematic/netlist"
Returns the path of the netlist directory.
netlistDir() => "~/simulation/ckt/spectre/schematic/netlist"
Return to top