asiGetResultsNetlistDir
asiGetResultsNetlistDir(o_session )=>t_netlistDir/nil
Description
Returns the name of the netlist directory for the current or last-run simulation.
Arguments
Value Returned
|
Returns the path of the netlist directory for the last simulation results. |
||
Examples
The following example returns the netlist directory for the current simulation session.
asiGetResultsNetlistDir(asiGetCurrentSession())
=> "/servers/scratch02/aakhil/testcases/newtest/simulation/ampTest/spectre/schematic/distributed/job026/netlist"
Return to top