-
### Details
Foundry spice transistor models normally are provided in different process corners (typical, fast, slow, ...). For this they may even use .param statement and recursive use of .lib of a…
-
I have a basic question here with a simplified circuit. I do not understand why the switch is working in one test circuit but not in the other and I would appreciate any help that anyone might be able…
-
### Environment (OS, Python version, PySpice version, simulator)
OS: Gentoo Linux
Python: python-3.6
PySpice: 1.2.0
test case:
```
from PySpice.Spice import Parser
p = Parser.SpiceParser("1.c…
-
Hi, I'm new to analog world of NNs and SPICE simulator. Is there a way to find the expected time for training and inference on a model I have built in EBANA?
-
### Environment (OS, Python version, PySpice version, simulator)
Arch Linux, Python 3.8.2, PySpice 1.3.2
### Steps to reproduce the behaviour
Example from https://pyspice.fabrice-salvaire.fr/exam…
-
### Environment (OS, Python version, PySpice version, simulator)
Operating System: Ubuntu 20.04
PySpice Version: 1.4.3
Simulator: Xyce (7.2 Opensource Version)
### Expected Vs Actual Behaviour
…
-
Hello, I am trying to plug an external current source into a circuit I made with Pyspice. I first wanted to test the one in this [example](https://pyspice.fabrice-salvaire.fr/releases/v1.4/examples/ng…
-
### Environment (OS, Python version, PySpice version, simulator)
Windows 10 + anaconda (prompt not gui)
Python 3.7.1
Pyspice Version: 1.3.2 (installed via pip)
Simulator: ngspice-subprocess
#…
-
### Environment (OS, Python version, PySpice version, simulator)
Windows 10, Python 38, v1.5, ngspice
### Expected Behaviour
The code should not raise exception.
### Actual Behaviour
```
Traceba…
-
paramsets were added to Verilog-A in version 2.4 for two reasons:
1. to provide a Verilog-A/MS native way to specify the information normally provided by the SPICE .model cards (this was considered…