Dr.Cyber-G

Results 12 comments of Dr.Cyber-G

Please have a look to the following discourse thread : Installation example scripts https://pyspice.discourse.group/t/installation-example-scripts/117 The Dockerfiles demonstrate how to "manually" install the precompiled library distributed on standard deb repo. The...

You have to install the library manually on Google Colab (the version ubuntu on it is too old). Please use the following commands in your Google Colab notebooks : ```...

The error message is similar to https://github.com/conda-forge/pyspice-feedstock/issues/18 It looks like the installation of the library is not installing all the configuration files for `ngspice`. To solve that, `ngspice` must be...

I dug a little bit more and figured out that target links are not pointing to github architecture directory but are designed for the documentation website (https://pyspice.fabrice-salvaire.fr) That being said,...

I have investigated the problem. It comes from an evolution on NGSpice side that began on 2021-01-01 : https://sourceforge.net/p/ngspice/ngspice/ci/1234c3bdf8a48e6201a3ecf03e10396657fa96e8/tree//src/frontend/inpcom.c?diff=164d3dd20c6008d842bd4ae34d63d3ae22923e68 From that moment, `inpcom.c` began to display a message at the...

Please note, that there is no issue when using the `circuit.simulator(simulator='ngspice-shared')` option instead

Je confirme que le câble électrique n'est pas adapté pour ce cas de transmission. Concernant le câble téléphonique, je suis un peu plus optimiste. Les documents fournis par Enedis mentionnent...

Hi, to my knowledge, a current-dependent voltage source is a CCVS : [4.2.4 Hxxxx: Linear Current-Controlled Voltage Sources (CCVS)](https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#subsec_Hxxxx__Linear_Current_Controlled) Though I have never tested it yet, according to PySpice documentation...

Did you try to install libngspice ? If I understand, Amazon linux user dnf as package manager. Please read the section for RPM distributions : https://pyspice.fabrice-salvaire.fr/releases/v1.6/installation.html#on-linux

Yes I am interested, mostly for sale of curiosity, because AWS is totally new for me. I would like to see how much it differs from a previous docker implementation...