← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] simulation: allow entering signals (spice vectors) by name

 

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.



Follow ups

References