-
Gui.py #GUI界面入口
-
SunSpice.py #Command Mode
-
parameters.py #全局变量
-
Makefile #Remove *.pyc(only Linux)
-
Function #功能模块文件夹
- parseCommand #解析命令文件夹
- PlotAndPrint #绘图文件夹
- SimulationType #仿真文件夹
-
Models #器件模型文件夹
- Capacitor #电容模型
- CtrlSource #受控源
- Current #电流源模型
- Diode #Diode模型
- Inductor #电感模型
- Mosfet #MOSFET模型
- Power #电压源模型
- Resistor #电阻模型
-
Test File
- TestCircuits #测试电路文件夹
- BandPass #带通滤波器
- BandSup #带阻滤波器
- Diode #Diode测试
- Diode #Base Test
- DoubleDiode #双Diode
- Elmore #Almore Delay Test
- HighPass #高通滤波器
- LowPass #低通滤波器
- MosFet #CMOS Inverter
- MosFetTran #Cmos Inverte
- Tran Simulation
- RLC #RLC仿真
python3.6 in Ubuntu 16.04.4&18.04.1 amd64
Please install some package needed by the program:
pip3 install -r requirements.txt
Then you can run in Gui mode:
./Gui.py
python3 Gui.py
Or you can use Command mode by
./SunSpice.py **.sp
python3 SunSpice.py **.sp
IF ANY Problem, Please add issue at: Github New Issue
All right reserved at SunicYosen