maeDeleteSimulationData
maeDeleteSimulationData(t_historyName?sessiont_sessionName?keepNetlistg_keepNetlist?keepQuickPlotg_keepQuickPlot) => t / nil
Description
Deletes the simulation results data for the given history.
Arguments
Value Returned
|
The simulation results data is deleted for the given history. |
||
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