add_sweep_step#

SetupCircuit.add_sweep_step(sweep_variable='Freq', start=1, stop=100, step_size=1, units='GHz', override_existing_sweep=True)[source]#

Add a linear count sweep to existing Circuit Setup.

Parameters:
sweep_variablestr, optional

Variable to which the sweep belongs. Default is "Freq.

startfloat or str, optional

Start point of the linear count sweep. The default is 1. If a string str is specified, no units are applied.

stopfloat or str, optional

End point of the linear count sweep. The default is 100. If a string is specified, no units are applied.

step_sizefloat or str, optional

Step size of the sweep. The default is 1. If a string is specified, no units are applied.

unitsstr, optional

Sweeps Units. It will be ignored if strings are provided as start_point or end_point.

override_existing_sweepbool, optional

Define if existing sweep on the same variable has to be overridden or kept and added to this new sweep.

Returns:
bool

True is succeeded.

References

>>> oModule.EditLinearNetworkAnalysis
>>> oModule.EditDCAnalysis
>>> oModule.EditTransient
>>> oModule.EditQuickEyeAnalysis
>>> oModule.EditVerifEyeAnalysis
>>> oModule.EditAMIAnalysis