gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more gnucsator


From: Felix Salfelder
Subject: more gnucsator
Date: Sat, 25 Sep 2021 00:47:09 +0200

On Fri, Sep 24, 2021 at 02:36:16PM -0700, Dow Drake wrote:
> [build debian package manually]
> I had to modify it to: `dpkg-buildpackage -rfakeroot -d --no-sign`

Great, thanks. I updated the wiki.

> ```
> @@#
> @@@
> incomplete:qucsator/component.h:97:~circuit
> ```
> also I think the output voltage (out.Vt) of the emitter follower during the 
> fall time period is still not quite correct

> (the difference in pulse durations is not an issue since I see how to set it).

Probably this is an oversight in bm_wrapper.cc line 332.

-   "{T2-T1}"};
+   "{T2-T1-Tf-Tr}"};

It should really all go to include/*.v following the resistor...

These simulations have 1000 points.

With the switch (bjt_pulse1.net) I get a pretty useful answer with only
20 points.

You can have more points. look at cmd_wrapper line 400. substitute

-    x << j._start << " " << j._stop << " " << j._stop
+    x << j._start << " " << j._stop << " " << j._stop/1000.

The third parameter is the maximum time between two printed timesteps.
Sure you'll find a way to feed in the value from the input file.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]