feat: 📈 add R-Sweep for parasitic Cp demo
This commit is contained in:
parent
8211401cf3
commit
afbe1cebcc
3 changed files with 1435 additions and 1 deletions
1421
Images/Datavis/Parasitics/Examples_R_Cp_RSweep.txt
Normal file
1421
Images/Datavis/Parasitics/Examples_R_Cp_RSweep.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -88,6 +88,7 @@ def read_ltspice_file(filename, plot_config):
|
||||||
return plot_data;
|
return plot_data;
|
||||||
|
|
||||||
def decorate_ax(ax, plot_config):
|
def decorate_ax(ax, plot_config):
|
||||||
|
if(plot_config.get('show_title', False)):
|
||||||
ax.set_title(plot_config['title']);
|
ax.set_title(plot_config['title']);
|
||||||
|
|
||||||
ax.set_xlabel(plot_config['xlabel']);
|
ax.set_xlabel(plot_config['xlabel']);
|
||||||
|
|
|
@ -7,6 +7,18 @@ defaults:
|
||||||
Cin: $C_{in}$
|
Cin: $C_{in}$
|
||||||
|
|
||||||
plots:
|
plots:
|
||||||
|
- load: Parasitics/Examples_R_Cp_RSweep.txt
|
||||||
|
loadtype: ltspice
|
||||||
|
step_parameter: $R$
|
||||||
|
step_unit: $\Omega$
|
||||||
|
|
||||||
|
ofile: Parasitics/Examples_R_Cp_RSweep.png
|
||||||
|
|
||||||
|
type: lt_sweep
|
||||||
|
y_key: 1/I(V1) dB
|
||||||
|
|
||||||
|
title: Impedanzverläufe verschiedener Widerstände bei gleichbleibendem $C_p$
|
||||||
|
ylabel: Impedanz (dB$\Omega$)
|
||||||
- load: Parasitics/SingleStage_Cfp_Sweep.txt
|
- load: Parasitics/SingleStage_Cfp_Sweep.txt
|
||||||
loadtype: ltspice
|
loadtype: ltspice
|
||||||
step_parameter: $C_{fp}$
|
step_parameter: $C_{fp}$
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue