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
Value Returned
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