shibo - spice sim

spice sim
8 Replies
shibo
shiboOP3w ago
@Seve just want to know what's the expected behaviour of the export and simulate commands? simulate would show you a chart in the terminal? what about export?
Seve
Seve3w ago
idk if we want to see a chart in the terminal, we want to match the ngspice output for the most part i think
shibo
shiboOP3w ago
match? I don't get it
Seve
Seve3w ago
ngspice CLI already has some output formats, we want to basically support the most popular versions of those outputs i think the main one is a really simple CSV that just has the node name and it's voltage/current level at every time in the simulation
shibo
shiboOP3w ago
@Seve for the simulate command I will just print the result to STDOUT because chatgpt said it's the default format, and for the export I'll save to file using the CSV format
shibo
shiboOP3w ago
@Seve check this out
No description
Seve
Seve3w ago
yes sorry- if the user doesn't provide this then we should document like every voltage node in the circuit but outputting just 3 nodes is a bit arbitrary

Did you find this page helpful?