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

📄 jfet2init.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "jfet2itf.h"#include "jfet2ext.h"#include "jfet2init.h"SPICEdev JFET2info = {    {        "JFET2",        "Short channel field effect transistor",        &JFET2nSize,        &JFET2nSize,        JFET2names,        &JFET2pTSize,        JFET2pTable,        &JFET2mPTSize,        JFET2mPTable,#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      : JFET2param,    DEVmodParam   : JFET2mParam,    DEVload       : JFET2load,    DEVsetup      : JFET2setup,    DEVunsetup    : JFET2unsetup,    DEVpzSetup    : JFET2setup,    DEVtemperature: JFET2temp,    DEVtrunc      : JFET2trunc,    DEVfindBranch : NULL,    DEVacLoad     : JFET2acLoad,    DEVaccept     : NULL,    DEVdestroy    : JFET2destroy,    DEVmodDelete  : JFET2mDelete,    DEVdelete     : JFET2delete,    DEVsetic      : JFET2getic,    DEVask        : JFET2ask,    DEVmodAsk     : JFET2mAsk,    DEVpzLoad     : NULL, /* AN_pz */    DEVconvTest   : NULL,    DEVsenSetup   : NULL,    DEVsenLoad    : NULL,    DEVsenUpdate  : NULL,    DEVsenAcLoad  : NULL,    DEVsenPrint   : NULL,    DEVsenTrunc   : NULL,    DEVdisto      : NULL, /* AN_disto */    DEVnoise      : JFET2noise,#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif                            DEVinstSize   : &JFET2iSize,    DEVmodSize    : &JFET2mSize};SPICEdev *get_jfet2_info(void){    return &JFET2info;}

⌨️ 快捷键说明

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