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_variable
str
,optional
Variable to which the sweep belongs. Default is
"Freq
.- start
float
orstr
,optional
Start point of the linear count sweep. The default is
1
. If a stringstr
is specified, no units are applied.- stop
float
orstr
,optional
End point of the linear count sweep. The default is
100
. If a string is specified, no units are applied.- step_size
float
orstr
,optional
Step size of the sweep. The default is
1
. If a string is specified, no units are applied.- units
str
,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.
- sweep_variable
- Returns:
- bool
True
is succeeded.
References
>>> oModule.EditLinearNetworkAnalysis >>> oModule.EditDCAnalysis >>> oModule.EditTransient >>> oModule.EditQuickEyeAnalysis >>> oModule.EditVerifEyeAnalysis >>> oModule.EditAMIAnalysis