~kicad/+git/ngspice-mirror-sourceforge:mhx-testunsetup

Last commit made on 2017-01-07
Get this branch:
git clone -b mhx-testunsetup https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
mhx-testunsetup
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

4aed813... by Marcel Hendrix

Enabled NUPA's capability to recognize quoted strings.
NUPA has an options string ( dico->option that must be set to SPICE-3.
When not, recognized strings are uppercased before being returned.
Facilitated .PARAM to recognize strings in two ways: by sharps #xxx#
and now also by quotes "xxx".

0e89d94... by Marcel Hendrix

ALTERPARAM did not insert braces.
Allow to enter .param strings as .param #word#. The
.param `word` syntax clashes with backtick as used in control sections.
Formula() can now return a string as a special case (when there is
only one string variable in the expression and no operators).

1cf2de3... by Marcel Hendrix

BSIM vsn 4.6.5 can now be recognized as either "4.6.5" or "4.65",
like all the other BSIM3/4 models.

011b6ce... by Marcel Hendrix

Enable use of a numeric .param as an integer:
.param xxx = 3.1459
echo $%xxx

b4c2660... by Marcel Hendrix

Needed to enable access of .param `xxx` strings.

0edfbef... by Marcel Hendrix

$.xxx can now read strings defined by .param.
Fixed the string handling facilities of nupa.
Strings are entered as .param `xxx` (note backquotes).

9685511... by Marcel Hendrix

Define a TABLE function:
.func rval(x) { table(x, x0,y0, x1,y1 ... xn,yn) }

d6e0607... by Marcel Hendrix

Added a trailing type character to nupa's
numparm__________xxxxxxxt inserts. With
this, it is now possible to replace not only
the standard {xxxx} with a double, but also
{%xxxx} with an integer and {$xxxx} with
a boolean. Example application: replace
node names with .param equates.

0c87e66... by Marcel Hendrix

By using '$.parametername' in a control section, it is now possible to access parameters specified with .param.

4804b7e... by rlar <rlar>

PTpower