Hi!
It’s me again.Sorry for bothering you!
I want to run your BJT example in github.But it comes a problem.
Do I miss some important models?And where can I find that equation?
Thank you!
Hi!
It’s me again.Sorry for bothering you!
I want to run your BJT example in github.But it comes a problem.
Hi @senzhao
The equations are loaded through python scripts. Are you able to do something like this?
cd devsim_bjt_example/simdir
python bjt_circuit2.py 0.2
There are multiple scripts for generarting sweep commands on the example device.
sims2.sh
sims3.sh
sims4.sh
sims5.sh
sims.sh
If you can share your bjt_device script, that would be helpful to see what you are missing.
Sorry,I missed the .sh file.I can run the code now.
Thank you!