bug fix, `#250 "<<NAN, error = 7>>" in op analysis'
http://sourceforge.net/p/ngspice/bugs/250/
This commit is contained in:
parent
6050e2e0ea
commit
88cd0f324d
|
|
@ -23,7 +23,9 @@ IFparm VSRCpTable[] = { /* parameters */
|
|||
IOP ("am", VSRC_AM, IF_REALVEC,"Amplitude modulation description"),
|
||||
IOP ("trnoise", VSRC_TRNOISE, IF_REALVEC,"Transient noise description"),
|
||||
IOP ("trrandom", VSRC_TRRANDOM, IF_REALVEC,"random source description"),
|
||||
#ifdef SHARED_MODULE
|
||||
IOP ("external", VSRC_EXTERNAL, IF_REALVEC,"external source description"),
|
||||
#endif
|
||||
OPU ("pos_node",VSRC_POS_NODE, IF_INTEGER,"Positive node of source"),
|
||||
OPU ("neg_node",VSRC_NEG_NODE, IF_INTEGER,"Negative node of source"),
|
||||
OPU ("function",VSRC_FCN_TYPE, IF_INTEGER,"Function of the source"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue