like if I wanted to make an integrator, maybe I wo...
# xschem
r
like if I wanted to make an integrator, maybe I would have transfer function 1/s or something
s
@Rita i have not tried, however try this on the ngspice user manual: 12.2.17 S-Domain Transfer Function I can easily create a device for xschem, i have to learn this code model.
@Rita following schematic implements a simple integrator using the
s_xfer
ngspice model. I have used a voltage source as the component for the integrator, by changing the 1st letter of the device to '`A`' instead of '`V`' and adding a
device_model
attribute.
1.png