← Back to team overview

kicad-developers team mailing list archive

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

 

When in doubt, consult the Oracle of ngspice ;)  Thanks Holger!

On 11/6/19 4:49 PM, Holger Vogt wrote:
> 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.
>>
> 
> Holger
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


References