<@U05E6MARP6Y>, I want to end a transient simulat...
# ngspice
a
@Holger Vogt, I want to end a transient simulation 2 ms after a specific event occurs. I tried using the
STOP
command, but it seems like it doesn’t accept conditions based on values measured during the simulation. I don’t want the simulation to stop immediately upon meeting the condition; instead, I’d like it to continue for an additional 2 ms after the condition is met. I believe this might be achievable with
AUTOSTOP
, but I haven’t been able to figure out how to set it up correctly. I’m using a .control structure, and since
AUTOSTOP
only works with .meas, I’m finding this a bit confusing.