add_sweep_step#

SetupCircuit.add_sweep_step(sweep_variable='Freq', start_point=1, end_point=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.

start_pointfloat or str, optional

Start Point of Linear Count sweep. If str then no units will be applied.

end_pointfloat or str, optional

End Point of Linear Count sweep. If str then no units will be applied.

step_sizefloat or str, optional

Step Size of sweep. If str then no units will be 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