add_siwave_syz_analysis#
- EdbSiwave.add_siwave_syz_analysis(accuracy_level=1, decade_count=10, sweeptype=1, start_freq=1, stop_freq=1000000000.0, step_freq=1000000.0, discrete_sweep=False)[source]#
Add a SIwave AC analysis to EDB.
- Parameters:
- accuracy_level
int
,optional
Level of accuracy of SI slider. The default is
1
.- decade_count
int
The default is
10
. The value for this parameter is used for these sweep types: linear count and decade count. This parameter is alternative tostep_freq
, which is used for a linear scale sweep.- sweeptype
int
,optional
Type of the sweep. The default is
1
. Options are:0
: linear count1
: linear scale2
: loc scale
- start_freq
float
,optional
Starting frequency. The default is
1
.- stop_freq
float
,optional
Stopping frequency. The default is
1e9
.- step_freq
float
,optional
Frequency size of the step. The default is
1e6
.- discrete_sweepbool,
optional
Whether the sweep is discrete. The default is
False
.
- accuracy_level
- Returns:
pyedb.dotnet.edb_core.edb_data.siwave_simulation_setup_data.SiwaveSYZSimulationSetup
Setup object class.