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

📄 cswinit.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
/* Modified: 2000 AlansFixes */#include <config.h>#include <devdefs.h>#include "cswitf.h"#include "cswext.h"#include "cswinit.h"SPICEdev CSWinfo = {    {	"CSwitch",        "Current controlled ideal switch",        &CSWnSize,        &CSWnSize,        CSWnames,        &CSWpTSize,        CSWpTable,        &CSWmPTSize,        CSWmPTable,#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      : CSWparam,    DEVmodParam   : CSWmParam,    DEVload       : CSWload,    DEVsetup      : CSWsetup,    DEVunsetup    : NULL,    DEVpzSetup    : CSWsetup,    DEVtemperature: NULL,    DEVtrunc      :CSWtrunc,    DEVfindBranch : NULL,    DEVacLoad     : CSWacLoad,    DEVaccept     : NULL,    DEVdestroy    : CSWdestroy,    DEVmodDelete  : CSWmDelete,    DEVdelete     : CSWdelete,    DEVsetic      : NULL,    DEVask        : CSWask,    DEVmodAsk     : CSWmAsk,    DEVpzLoad     : CSWpzLoad,    DEVconvTest   : NULL,    DEVsenSetup   : NULL,    DEVsenLoad    : NULL,    DEVsenUpdate  : NULL,    DEVsenAcLoad  : NULL,    DEVsenPrint   : NULL,    DEVsenTrunc   : NULL,    DEVdisto      : NULL,	/* DISTO */    DEVnoise      : CSWnoise,#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif    DEVinstSize   : &CSWiSize,    DEVmodSize    : &CSWmSize};SPICEdev *get_csw_info(void){    return &CSWinfo;}

⌨️ 快捷键说明

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