PySpice - Part 6: Transient & AC Analysis

preview_player
Показать описание
In this part of the introductory PySpice tutorial series, we consider how to perform a time dependent transient analysis, as well as a frequency dependent AC analysis.

00:00 Introduction
01:03 LTSpice Example
03:54 PySpice Circuit
08:20 DC Analysis Recap
10:45 Transient Analysis
16:30 AC Analysis
20:17 Bode Plot
22:45 Summary
Рекомендации по теме
Комментарии
Автор

Great videos. Its good that you are rewriting most of the code. Do you ever encounter with model compatibility issues?? I tried to run a simple simulation with the INA128 and I can't make it converge to get the operating points. Thanks for the videos, keep posting!!!

juliorautavaara
Автор

Nice videos. Do you have any PySpice interface with commercial tools like CADENCE

redd
Автор

Hi!
Good video! Do you know how to model a constant power load with pyspice? I couldnt get it working..

AlanMuslimBIH
Автор

OSError: cannot load library 'D:\Sierra\Spice error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'D:\\Sierra\\Spice

Where did you get the dll for ngspice? It doesnt exist in my folder

reikenzan
Автор

Hi, I'm learning PySpice and I stumbled upon a problem(BTW these videos are really helpful). I don't know how to make swiping resistor. I want to change load in the output of my circuit, but I don't know how to make my resistor change its value. Is there any way to do that in PySpice?

Bartollo