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

📄 mesinit.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "mesitf.h"#include "mesext.h"#include "mesinit.h"SPICEdev MESinfo = {    {        "MES",        "GaAs MESFET model",        &MESnSize,        &MESnSize,        MESnames,        &MESpTSize,        MESpTable,        &MESmPTSize,        MESmPTable,#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      : MESparam,    DEVmodParam   : MESmParam,    DEVload       : MESload,    DEVsetup      : MESsetup,    DEVunsetup    : MESunsetup,    DEVpzSetup    : MESsetup,    DEVtemperature: MEStemp,    DEVtrunc      : MEStrunc,    DEVfindBranch : NULL,    DEVacLoad     : MESacLoad,    DEVaccept     : NULL,    DEVdestroy    : MESdestroy,    DEVmodDelete  : MESmDelete,    DEVdelete     : MESdelete,    DEVsetic      : MESgetic,    DEVask        : MESask,    DEVmodAsk     : MESmAsk,    DEVpzLoad     : MESpzLoad,    DEVconvTest   : NULL,    DEVsenSetup   : NULL,    DEVsenLoad    : NULL,    DEVsenUpdate  : NULL,    DEVsenAcLoad  : NULL,    DEVsenPrint   : NULL,    DEVsenTrunc   : NULL,    DEVdisto      : MESdisto,    DEVnoise      : MESnoise,#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif                            DEVinstSize   : &MESiSize,    DEVmodSize    : &MESmSize};SPICEdev *get_mes_info(void){    return &MESinfo;}

⌨️ 快捷键说明

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