ScrClearAllSweeps

Removes all frequency sweeps assigned to a particular simulation type.
UI Command:   Simulation > SIwave > [Simulation Type]. Select the values in the Frequency Range Setup box and click Delete Selection.
Syntax:   obj.ScrClearAllSweeps (<sweepType>)
Parameters:  

BSTR sweepType (must be one of the following: "ac", "ff", "nf", "psi_syz", "syz" or "hfss_syz")

Return Value:  

BOOL

  • 0 – Failure (sweepType is not a valid type)
  • 1 – Success
VB Example:  

obj.ScrClearAllSweeps ("ff")

IPY Example:  

oDoc.ScrClearAllSweeps('ff')