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

asiGetNetlistFileListToSymLink

asiGetNetlistFileListToSymLink(
o_session
)
=> l_files / nil

Description

Returns the list of files present in the netlist directory and created by the asiNetlist procedure.

Arguments

o_session

Simulation session object

Value Returned

l_files

Returns the list of files.

nil

Indicates an error.

Examples

(defmethod asiGetNetlistFileListToSymLink ( (session asiAnalog_session) )
    list("netlistHeader" "netlistFooter" ".__master.termorder" ".__master.optionFile" ".control" ".includedModels" "netlist" "si.env" "si.foregnd.log" "designInfo" "ihnl" "amap" "map")

Return to top
 ⠀
X