Before that you need to know the plots you might have generated during simulation:

/* return to the caller a pointer to an array of all plots created
by ngspice. Last entry in the array is NULL. */

char** ngSpice_AllPlots(void)

Am 06.11.2019 um 22:49 schrieb Holger Vogt:

You may invoke the shared ngspice api function

char** ngSpice_AllVecs(char* plotname)

/* return to the caller a pointer to an array of vector names in the plot
named by plotname. Last entry in the array is NULL. */

It would be nice if there was a way to query ngspice for a
list of vectors rather than using just the net list to populate add
signals dialog.  Maybe Holger can weigh in on this.


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to