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_levelint, optional

Level of accuracy of SI slider. The default is 1.

decade_countint

The default is 10. The value for this parameter is used for these sweep types: linear count and decade count. This parameter is alternative to step_freq, which is used for a linear scale sweep.

sweeptypeint, optional

Type of the sweep. The default is 1. Options are:

  • 0: linear count

  • 1: linear scale

  • 2: loc scale

start_freqfloat, optional

Starting frequency. The default is 1.

stop_freqfloat, optional

Stopping frequency. The default is 1e9.

step_freqfloat, optional

Frequency size of the step. The default is 1e6.

discrete_sweepbool, optional

Whether the sweep is discrete. The default is False.

Returns:
pyaedt.edb_core.edb_data.siwave_simulation_setup_data.SiwaveSYZSimulationSetup

Setup object class.