Christoph Maier
03/21/2024, 6:12 PMTim Edwards
03/21/2024, 7:51 PMTim Edwards
03/21/2024, 7:55 PMChristoph Maier
03/21/2024, 7:57 PMTim Edwards
03/21/2024, 8:05 PMChristoph Maier
03/21/2024, 8:23 PMpython3 -m pip install --upgrade cace
Where, exactly, do I change what in the cace script?
name: gm_id_plot
description: Gate voltage vs. drain current
display: gm_Id vs. Id
unit: 1/V
simulate {
tool: ngspice
template: tb_nfet_01v8_gmtest.spice
format: ascii .data Id null null result
}
plot {
type: semilogx
filename: gm_over_Id_vs_Id.png
xaxis: Id
yaxis: result
}
variables {
name: Id
display: Drain current
unit: A
+
name: result
display: gm/Id
unit: 1/V
}
didn't work.Christoph Maier
03/21/2024, 8:39 PMTim Edwards
03/21/2024, 8:40 PMChristoph Maier
03/21/2024, 8:41 PMTim Edwards
03/21/2024, 8:42 PMChristoph Maier
03/21/2024, 8:44 PMTim Edwards
03/21/2024, 9:21 PMpip uninstall <package_name> && pip install <package_name>==<version_number>
As of this morning, the version was 2.1.11.Christoph Maier
03/21/2024, 9:42 PMTim Edwards
03/21/2024, 10:04 PMChristoph Maier
03/21/2024, 10:25 PM