Holger Vogt
d06ff2abab
New variable 'plainwrite' added. Allows 'write' with node names
containing characters like + - /. Function are the disabled.
This replaces the automatic selection of this mode by compat flags,
which is not transparent enough to the user.
5 years ago
Holger Vogt
36e2a9af4d
Add variable 'plainplot' to allow plotting without
function support, but with node names incl chatacters like + - /.
Flag to command 'plot' is renamed to plainplot.
Error message added if vector not found.
Example file added.
5 years ago
Holger Vogt
b76ac6be1c
Add writing all vectors if compat mode eg or ki is selected.
5 years ago
Holger Vogt
f0090508b0
If new parameter 'plain' is added to the 'plot' command,
all expression handling is skipped, vectors are plotting as is.
This allows nodes names with vectors like v(+vs) or /out
to be plotted without need resorting to double quotes.
5 years ago
Holger Vogt
84d3d8c143
Don't add v(...) around output vector if compat mode 'eg' is set.
5 years ago
Holger Vogt
c90230b43f
If the compatibility flags ki or eg are set, the 'write' command
will not use function parsing and evaluation, but simply plot
the listed vectors. vec1 vs vec2 is also not supported.
This option is useful if node names vs+ or /mynode are used and
have to be written into a raw file, as may be used by KiCad or EAGLE.
5 years ago
Holger Vogt
5eaf7c27c1
typo
5 years ago
Holger Vogt
19a688513c
add compatibility mode eg for EAGLE
clarify mode a for 'whole netlist' and ll for 'all'
5 years ago
Holger Vogt
dd86bdee46
Enlarge the buffer size for command 'listing' from 512 to 4096 bytes.
5 years ago
Holger Vogt
3e98cecd56
enable paths with spaces for finding 'spinit'
5 years ago
Holger Vogt
170907a7ab
We now develop for ngspice-33+
5 years ago
dwarning
d0eaaad200
more reasonable message for temperature limiting case
5 years ago
Holger Vogt
f10676a8aa
re-enable tran TSTART, which got lost in Commit [da7172] when UIC is set
5 years ago
Holger Vogt
c67da190ef
If function 'db' is evaluated, set
v_type to SV_DB.
5 years ago
Holger Vogt
97db844944
Prevent raw file entries (by the 'write' command) like
6 i(i(v_vsupply2)) current
5 years ago
Holger Vogt
f49922c1f1
If a new vector is created by the functions cph or ph,
its type should be 'phase', not voltage. Thus prevent
raw file entries (created by the 'write' command like
4 v(cph(vout2)) voltage
5 years ago
Holger Vogt
16a4ef086c
fix some typos
5 years ago
dwarning
f88f3833da
more reasonable rthcj default value
5 years ago
dwarning
f12dfc6e7b
prevent garbage output of X11 plotting function
6 years ago
dwarning
f2139c0a78
rm unused variables and assignments
6 years ago
dwarning
eb4c0ac4c5
VBIC separate and correct cth entry and rm unused variables
6 years ago
Holger Vogt
7360d8aa66
Fix a typo
6 years ago
dwarning
225f391de1
VBIC correct power calculation in ask routine
6 years ago
Holger Vogt
4796face12
Make message more verbose by printing the scale value
6 years ago
dwarning
e1a428e002
VDMOS parameter default fixing and node collapsing for body diode series resistance
6 years ago
dwarning
49fd5361e6
more reasonable example setup
6 years ago
Holger Vogt
a7e2ecfbce
convert charset to utf-8
reported by Carsten Schoenert
6 years ago
Holger Vogt
3da1d790b9
remove unused, outdated
patch #98 by Keno Fischer
6 years ago
Holger Vogt
9e339ccb43
We are now developing towards ngspice-34
6 years ago
Holger Vogt
371ad3496c
Add icons to the distribution
6 years ago
Holger Vogt
798d2b2db1
add type conversion to int
6 years ago
Holger Vogt
a95700799d
install the callback function
6 years ago
Holger Vogt
28861739f8
allow writing character '%'
6 years ago
dwarning
75228612c0
few fixes for prototypes
6 years ago
dwarning
ac4aa9dd8f
VSRC - requested power should comply with passive convention bug #517
6 years ago
Holger Vogt
af99beb6a2
Allow simple copying from start time to end time
6 years ago
Holger Vogt
013c74918f
Command 'cutout': Don't add the scale vector to nv->v_scale.
So the new plot with its vectors copied resembles the old plot.
6 years ago
Holger Vogt
a836f81d62
This is a quick fix to the Windows printing function.
Tested with pdf and a color laser printer.
Still some bugs: the grid needs to be fixed.
6 years ago
Holger Vogt
af2f3790f1
Enlarge pulse width to allow the amp to stabilize
6 years ago
Holger Vogt
d14e53b0dd
Prepare ngspice-33
6 years ago
Holger Vogt
51df9aaa55
remove non ascii character §, which leads to compiler warnings
6 years ago
Holger Vogt
390b699b89
demonstrate the command 'cutout'
6 years ago
dwarning
a6e74b9f9a
VDMOS 100W example improve result display
6 years ago
dwarning
36550f0984
VDMOS 100W example improve result display
6 years ago
dwarning
d3f0a53a81
VDMOS missing entry for shomod AF and KF - bug #515
6 years ago
dwarning
099e2c13eb
VDMOS handle thermal as a flag
6 years ago
dwarning
cbe02d9265
VDMOS allow series resistance = 0 Ohm by using node collapsing
6 years ago
dwarning
f2e902b2bb
VDMOS few model parameter default corrections
6 years ago
dwarning
280bea9d50
restructering thermal update by unified function
introduce diode series resistor thermal contribution
separate naming of mos and diode model parameter
6 years ago
Holger Vogt
f07a17878a
Clarify win_bison location
6 years ago