Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiGetResultsNetlistDir

asiGetResultsNetlistDir(
o_session
)  
=> t_netlistDir / nil

Description

Returns the name of the netlist directory for the current or last-run simulation.

Arguments

o_session

The OASISsession.

Value Returned

t_netlistDir

Returns the path of the netlist directory for the last simulation results.

nil

Returns nil if the directory is not present.

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
 ⠀
X