Holger Vogt
fe28feae4e
Cut out part of each vector of the current tran plot,
from times cut-tstart to cut-tstop and copy these
into a new tran plot. A new scale vector 'time' will be
generated as well. Vectors that are shorter than the
new scale vector will not be copied.
6 years ago
Holger Vogt
71338c3271
replace 'noiseless' only if it is an unconnected token
6 years ago
Holger Vogt
ba1945d685
enable flags xdelta, ydelta for gnuplot command
6 years ago
Holger Vogt
2c0729e8de
Print also the bool value 'off'.
Do not abort ngspice when vector LIST cannot be printed,
just skip printing and continue.
6 years ago
Holger Vogt
8f4e512826
ust tmpstr instead of second strstr()
6 years ago
Holger Vogt
e6fdf5f7e2
Make PPerror message more verbose:
give hint to buggy line segment
6 years ago
Holger Vogt
064bd39a2f
Unify batch mode and control mode raw file output:
Voltage is always named as v(nodename)
6 years ago
Holger Vogt
527abee022
Do not print "Units" on a graph, if unknown type
or settype notype is given.
6 years ago
Holger Vogt
6b0104849e
Add statistics: load, subckt expansion, and parse times
6 years ago
Carsten Schoenert
5a0ed18907
Small fixup for misspelled words
6 years ago
holger
569bc228fd
If code completetion is deselected, don't add keywords or key commands.
To prevent a crash in shared ngspice
6 years ago
Holger Vogt
0cf6b89eb3
during removing the plot 'const', also delete the hash table
6 years ago
Holger Vogt
f83bbb0d0f
delete 'myvec' upon 'quit'
6 years ago
Holger Vogt
8be33bb361
clear all variables upon 'quit'
6 years ago
Holger Vogt
05f3d21c3e
reset control structures (commands saved) upon 'quit'
6 years ago
Holger Vogt
ba7be26b95
If a g table source contains %, [, nor ] in its name,
replace it by _ in the a instance generated during parsing.
6 years ago
Holger Vogt
8d64983659
const parameter added
6 years ago
Holger Vogt
05bf86caaa
safeguard against empty lines which may be sent to shared ngspice
6 years ago
Holger Vogt
bbe81ca8f8
shared ngspice may transmit netlists with empty lines,
guard against crashing
6 years ago
Holger Vogt
dd5d1f1868
new copyright notice added
6 years ago
Holger Vogt
70be7508ce
Prevent 'unused variable' compiler message
6 years ago
Holger Vogt
13c23fd71b
Prevent buf2 buffer overflow by limiting the the amount of bytes printed
6 years ago
Holger Vogt
e0f5181bee
Correct comment
6 years ago
Holger Vogt
8a1eff8e88
Add function 'remzerovec' to remove vectors of length 0
from current plot. Maybe of interest if you have option
savecurrents, write xx all, and ac generates length 0 vectors
6 years ago
Holger Vogt
3a00520071
Improve error message
6 years ago
Holger Vogt
cbab726d69
use memcpy instead of strncpy to copy an exact amount of characters
remove unused function header
6 years ago
Holger Vogt
5e37955dc5
prevent buffer overrun by using snprintf
6 years ago
Holger Vogt
8ea51cc2f3
If command 'source' fails, don't move on with the script
(and od nonsens simulations), but stop ngspice and await
detaching (shared ngspice), or wait for user input.
6 years ago
Jim Monte
0a8f700311
typo
6 years ago
Jim Monte
01574b91b5
remove unused
6 years ago
Jim Monte
9d714fe1bf
#includes modified
6 years ago
Jim Monte
bd84e4be6c
error messages
6 years ago
Jim Monte
7f82a4e036
FALLTHROUGH
6 years ago
Jim Monte
1d62ae2d97
type casts
6 years ago
Jim Monte
ca2be5dd41
More efficient utf-8 to tchar conversion
remove 'graph' from SetColor
6 years ago
Jim Monte
3b0b944128
#include sequence, error message
6 years ago
Jim Monte
b5ce669de5
fgets error
6 years ago
Jim Monte
d96ea2490a
EXITPOINT, memory leaks upon failure
6 years ago
Jim Monte
9a83e6705c
#include resource.h added, fcn parameter void
6 years ago
Jim Monte
3a72b8e562
const qualifier, graph removed from SetColor,
6 years ago
Jim Monte
a3a8bc702d
type modifier, parameter graph removed from SetColor()
6 years ago
Holger Vogt
5b98b1e723
typüe modifier
6 years ago
Jim Monte
c8bf3a776c
error message
6 years ago
Jim Monte
19318929c1
modifier const, error message if 'system' fails
6 years ago
Holger Vogt
9af5e20eaf
formatting
6 years ago
Jim Monte
1e938f91b1
Error message if printing fails
6 years ago
Holger Vogt
e3441044dd
formatting
6 years ago
Holger Vogt
c520a9a4b9
if lt(a) comp mode is set, replace 'noiseless' by 'noisy=0' in resistors
6 years ago
Holger Vogt
74dbb1e843
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
6 years ago
Holger Vogt
ca05aa318b
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
6 years ago