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

Last commit made on 2017-01-02
Get this branch:
git clone -b mhx-paramaccess2 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-paramaccess2
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

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

943dc02... by rlar <rlar>

fix code to fit the derivation

f314e8c... by rlar <rlar>

fix derivations in comments

420b411... by rlar <rlar>

rename, a,b and define