-
### Environment (OS, Python version, PySpice version, simulator)
OS: Manjaro Linux
Python version: 3.10
Pyspice version: 1.5
Simulator: ngspice
```python
from PySpice.Spice.Netlist import Circ…
-
### Environment (OS, Python version, PySpice version, simulator)
Linux Ubuntu 16.04
Python 3.5
PySpice 1.1.4
### Expected Behaviour
Running
```
import PySpice.Logging.Logging as Loggin…
-
I am trying to use the ngspice simulator with xschem using skywater130 process and open_pdk. I got the following error when I was running one test example:
Error: Could not find include file ~/home/…
-
in linux opensuse leap15.1, i did a virtualenv myPySpice
then myPySpice/bin/activate - this gets into the virtual environment setup for myPySpice
next i installed PySpice using pip3 install PySpice
…
-
### Environment (OS, Python version, PySpice version, simulator)
Online with a regular web browser
### Steps to reproduce the behaviour
Load the PySpice project page :
https://github.com/Fabrice…
-
### Environment (OS, Python version, PySpice version, simulator)
Win7 Python3.6.5 PySpice1.1.4
### Expected Behaviour
it always return "AttributeError: SinusoidalVoltageSource"
When I trying to…
-
I import a Vlsir package to test it:
```
#!/usr/bin/env python3
import os
from hdl21.prefix import u, n, p, f
import hdl21 as h
import hdl21.primitives as primitives
import hdl21.sim as sim…
-
I have run:
```
python examples/mos_sim.py
```
I get:
```
---------------------------------------------------------------------------
AssertionError Traceback (most…
-
I don't know if you've done this, there are many many versions of it but the simplest ones require nothing more than an AC source and a current limiting resistor.
The "device under test" is placed …
-
starting the gazebo simulation with below script throws the above mentioned error on arm64 (apple's M1) Ubuntu 22.04 (VM, native)
`bash tools/crazyflie-simulation/simulator_files/gazebo/launch/sitl_s…