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

maeDeleteSimulationData

maeDeleteSimulationData(
t_historyName
?session t_sessionName
?keepNetlist g_keepNetlist
?keepQuickPlot g_keepQuickPlot
)
=> t / nil

Description

Deletes the simulation results data for the given history.

Arguments

t_historyName

Name of the history for which you need to delete the simulation data.

?session t_sessionName

Name of the session.

?keepNetlist g_keepNetlist

Boolean value that specifies whether to retain the netlist even if simulation data is deleted.

?keepQuickPlot g_keepQuickPlot

Boolean value that specifies whether to retain the quick plot data even if simulation data is deleted.

Value Returned

t

The simulation results data is deleted for the given history.

nil

The simulation results data is not deleted.

Examples

Deletes simulation data or netlist and quick plot for the history Interactive.0.

maeDeleteSimulationData("Interactive.0")
=> t

Deletes simulation data while keeping the netlist folder and spectre logs for the history Interactive.0.

maeDeleteSimulationData("Interactive.0 ?keepNetlist t)
=> t

Return to top
 ⠀
X