ScrAppendSteppedSweep

Defines a frequency sweep with the specified step size for the specified simulation type.
UI Command:   From any simulation sweep setup tab, add a frequency sweep with a Linear Step distribution.
Syntax:   obj.ScrAppendSteppedSweep(<simType>, <minimumFrequency>, <maximumFrequency>, <stepSize>)
Parameters:  

BSTR simType ("ac", "ff", "nf", "syz", "psi_syz", "psi_ac", or "hfss_syz")

DOUBLE minimumFrequency

DOUBLE maximumFrequency

DOUBLE stepSize (in Hz)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

outcome = obj.ScrAppendSteppedSweep("syz", 5000000.0, 5005000000.0, 100000000.0)

IPY Example:  

oDoc.ScrAppendSteppedSweep('syz', 5000000.0, 5005000000.0, 100000000.0)