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

📄 nbt2init.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "nbjt2itf.h"#include "nbjt2ext.h"#include "nbt2init.h"SPICEdev NBJT2info = {    {	"NBJT2",        "2D Numerical Bipolar Junction Transistor model",        &NBJT2nSize,        &NBJT2nSize,        NBJT2names,        &NBJT2pTSize,        NBJT2pTable,        &NBJT2mPTSize,        NBJT2mPTable,	#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      : NBJT2param,    DEVmodParam   : NBJT2mParam,    DEVload       : NBJT2load,    DEVsetup      : NBJT2setup,    DEVunsetup    : NULL,    DEVpzSetup    : NBJT2setup,    DEVtemperature: NBJT2temp,    DEVtrunc      : NBJT2trunc,    DEVfindBranch : NULL,    DEVacLoad     : NBJT2acLoad,    DEVaccept     : NULL,    DEVdestroy    : NBJT2destroy,    DEVmodDelete  : NBJT2mDelete,    DEVdelete     : NBJT2delete,    DEVsetic      : NULL,    DEVask        : NBJT2ask,    DEVmodAsk     : NULL,    DEVpzLoad     : NBJT2pzLoad,    DEVconvTest   : NULL,    DEVsenSetup   : NULL,    DEVsenLoad    : NULL,    DEVsenUpdate  : NULL,    DEVsenAcLoad  : NULL,    DEVsenPrint   : NULL,    DEVsenTrunc   : NULL,    DEVdisto      : NULL,    DEVnoise      : NULL,#ifdef CIDER    DEVdump       : NBJT2dump,    DEVacct       : NBJT2acct,#endif                          DEVinstSize   : &NBJT2iSize,    DEVmodSize    : &NBJT2mSize};SPICEdev *get_nbjt2_info(void){    return &NBJT2info;}

⌨️ 快捷键说明

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