8 Replies
https://github.com/tscircuit/cli/pull/356 got it running here
@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?
idk if we want to see a chart in the terminal, we want to match the ngspice output for the most part i think
match? I don't get it
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
@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
@Seve check this out

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