aquiles viza
03/22/2024, 2:39 PMSDC.txt
name: mean_130
status: skip
description: Mean output value at 130 degrees C
display: At 130 °C
unit: V
spec {
typical: any
}
simulate {
tool: ngspice
template: transient.spice
format: ascii .data null result
}
measure {
tool: python
filename: analyze_temps.py
}
conditions {
name: temperature
typical: -40
+
name: corner
typical: tt
}
The `analyze_temps.py`script is executed after the simulation results, and it works as expected.Tim Edwards
03/22/2024, 3:42 PMaquiles viza
03/22/2024, 5:11 PM