⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bjt2init.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "bjt2itf.h"#include "bjt2ext.h"#include "bjt2init.h"SPICEdev BJT2info = {    {	"BJT2",        "Bipolar Junction Transistor Level 2",        &BJT2nSize,        &BJT2nSize,        BJT2names,        &BJT2pTSize,        BJT2pTable,        &BJT2mPTSize,        BJT2mPTable,#ifdef XSPICE/*----  Fixed by SDB 5.2.2003 to enable XSPICE/tclspice integration  -----*/        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data *//*---------------------------  End of SDB fix   -------------------------*/#endif	DEV_DEFAULT    },    DEVparam      : BJT2param,    DEVmodParam   : BJT2mParam,    DEVload       : BJT2load,    DEVsetup      : BJT2setup,    DEVunsetup    : BJT2unsetup,    DEVpzSetup    : BJT2setup,    DEVtemperature: BJT2temp,    DEVtrunc      : BJT2trunc,    DEVfindBranch : NULL,    DEVacLoad     : BJT2acLoad,    DEVaccept     : NULL,    DEVdestroy    : BJT2destroy,    DEVmodDelete  : BJT2mDelete,    DEVdelete     : BJT2delete,    DEVsetic      : BJT2getic,    DEVask        : BJT2ask,    DEVmodAsk     : BJT2mAsk,    DEVpzLoad     : BJT2pzLoad,    DEVconvTest   : BJT2convTest,    DEVsenSetup   : BJT2sSetup,    DEVsenLoad    : BJT2sLoad,    DEVsenUpdate  : BJT2sUpdate,    DEVsenAcLoad  : BJT2sAcLoad,    DEVsenPrint   : BJT2sPrint,    DEVsenTrunc   : NULL,    DEVdisto      : BJT2disto,    DEVnoise      : BJT2noise,#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif                        DEVinstSize   : &BJT2iSize,    DEVmodSize    : &BJT2mSize};SPICEdev *get_bjt2_info(void){    return &BJT2info;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -