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
|
| VB Example: |
obj.ScrClearAllSweeps ("ff") |
| IPY Example: |
|