📄 vbicinit.c
字号:
/* * vbicinit.c * * $Id: vbicinit.c,v 1.3 2005/05/21 12:37:24 sjborley Exp $ */#include "config.h"#include "devdefs.h"#include "vbicitf.h"#include "vbicext.h"#include "vbicinit.h"SPICEdev VBICinfo = { { "VBIC", "Vertical Bipolar Inter-Company Model", &VBICnSize, &VBICnSize, VBICnames, &VBICpTSize, VBICpTable, &VBICmPTSize, VBICmPTable,#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 }, VBICparam, /* DEVparam */ VBICmParam, /* DEVmodParam */ VBICload, /* DEVload */ VBICsetup, /* DEVsetup */ VBICunsetup, /* DEVunsetup */ VBICsetup, /* DEVpzSetup */ VBICtemp, /* DEVtemperature */ VBICtrunc, /* DEVtrunc */ NULL, /* DEVfindBranch */ VBICacLoad, /* DEVacLoad */ NULL, /* DEVaccept */ VBICdestroy, /* DEVdestroy */ VBICmDelete, /* DEVmodDelete */ VBICdelete, /* DEVdelete */ VBICgetic, /* DEVsetic */ VBICask, /* DEVask */ VBICmAsk, /* DEVmodAsk */ VBICpzLoad, /* DEVpzLoad */ VBICconvTest, /* DEVconvTest */ NULL, /* DEVsenSetup */ NULL, /* DEVsenLoad */ NULL, /* DEVsenUpdate */ NULL, /* DEVsenAcLoad */ NULL, /* DEVsenPrint */ NULL, /* DEVsenTrunc */ NULL, /* DEVdisto */ VBICnoise, /* DEVnoise */#ifdef CIDER NULL, /* DEVdump */ NULL, /* DEVacct */#endif &VBICiSize, /* DEVinstSize */ &VBICmSize /* DEVmodSize */};SPICEdev *get_vbic_info(void){ return &VBICinfo;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -