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

📄 capinit.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "capitf.h"#include "capext.h"#include "capinit.h"SPICEdev CAPinfo = {    {   "Capacitor",        "Fixed capacitor",        &CAPnSize,        &CAPnSize,        CAPnames,        &CAPpTSize,        CAPpTable,        &CAPmPTSize,        CAPmPTable,#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	0    },    DEVparam      : CAPparam,    DEVmodParam   : CAPmParam,    DEVload       : CAPload,    DEVsetup      : CAPsetup,    DEVunsetup    : NULL,    DEVpzSetup    : CAPsetup,    DEVtemperature: CAPtemp,    DEVtrunc      : CAPtrunc,    DEVfindBranch : NULL,    DEVacLoad     : CAPacLoad,    DEVaccept     : NULL,    DEVdestroy    : CAPdestroy,    DEVmodDelete  : CAPmDelete,    DEVdelete     : CAPdelete,    DEVsetic      : CAPgetic,    DEVask        : CAPask,    DEVmodAsk     : CAPmAsk,    DEVpzLoad     : CAPpzLoad,    DEVconvTest   : NULL,    DEVsenSetup   : CAPsSetup,    DEVsenLoad    : CAPsLoad,    DEVsenUpdate  : CAPsUpdate,    DEVsenAcLoad  : CAPsAcLoad,    DEVsenPrint   : CAPsPrint,    DEVsenTrunc   : NULL,    DEVdisto      : NULL,	/* DISTO */    DEVnoise      : NULL,	/* NOISE */#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif        DEVinstSize   : &CAPiSize,    DEVmodSize    : &CAPmSize};SPICEdev *get_cap_info(void){    return &CAPinfo;}

⌨️ 快捷键说明

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