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

📄 cplinit.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "cplitf.h"#include "cplext.h"#include "cplinit.h"SPICEdev CPLinfo = {  {    "CplLines",    "Simple Coupled Multiconductor Lines",    &CPLnSize,    &CPLnSize,    CPLnames,    &CPLpTSize,    CPLpTable,    &CPLmPTSize,    CPLmPTable,#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       : CPLparam,  DEVmodParam    : CPLmParam,  DEVload        : CPLload,  DEVsetup       : CPLsetup,  DEVunsetup     : CPLunsetup,  DEVpzSetup     : NULL,  DEVtemperature : NULL,  DEVtrunc       : NULL,  DEVfindBranch  : NULL, /* CPLfindBranch, */  DEVacLoad      : NULL,   DEVaccept      : NULL,  DEVdestroy     : CPLdestroy,  DEVmodDelete   : CPLmDelete,  DEVdelete      : CPLdelete,  DEVsetic       : NULL,  DEVask         : CPLask,  DEVmodAsk      : CPLmAsk,  DEVpzLoad      : NULL,  DEVconvTest    : NULL,  DEVsenSetup    : NULL,  DEVsenLoad     : NULL,  DEVsenUpdate   : NULL,  DEVsenAcLoad   : NULL,  DEVsenPrint    : NULL,  DEVsenTrunc    : NULL,  DEVdisto       : NULL,  DEVnoise       : NULL,#ifdef CIDER  DEVdump        : NULL,  DEVacct        : NULL,#endif     DEVinstSize    : &CPLiSize,  DEVmodSize     : &CPLmSize};SPICEdev *get_cpl_info(void){  return &CPLinfo;}

⌨️ 快捷键说明

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