ScrDeleteSimulation

Delete a specified simulation or all simulations within a category (i.e., all DC IR Drop Simulations).
UI Command:   From the Simulation tab, navigate to the Results window. Then right-click a solution or solution category and select Delete Solution/Category.
Syntax:   obj.ScrDeleteSimulation(<simType>, <simName>)
Parameters:  

BSTR simType (choose from: "ac", "dc", "eigen", "ff", "nf", "psi_ac", "psi_syz", "syz", "hfss_syz", "pdn", "cpa", "icepak", "iv", "emi_scan", "em_mttf", "z0_scan", "crosstalk_scan", "td_crosstalk_scan")

BSTR simName (enter the name of a specific simulation or "all" to delete all simulations in the chosen category (i.e., simType)

Return Value:  

INT:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrDeleteSimulation("dc", "DCIR_122cel_uniform" )

IPY Example:  

oDoc.ScrDeleteSimulation('dc', 'DCIR_122cel_uniform')