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

📄 inditf.h

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 H
字号:
/**********Copyright 1990 Regents of the University of California.  All rights reserved.**********/#ifdef DEV_ind#ifndef DEV_IND#define DEV_IND#define MUTUAL#include "indext.h"extern IFparm INDpTable[ ];extern char *INDnames[ ];extern int INDpTSize;extern int INDnSize;extern int INDiSize;extern int INDmSize;SPICEdev INDinfo = {    {        "Inductor",        "Inductors",        &INDnSize,        &INDnSize,        INDnames,        &INDpTSize,        INDpTable,        0,        NULL,	0    },    INDparam,    NULL,    INDload,    INDsetup,    INDunsetup,    INDsetup,    NULL,    INDtrunc,    NULL,    INDacLoad,    NULL,    INDdestroy,#ifdef DELETES    INDmDelete,    INDdelete,#else /* DELETES */    NULL,    NULL,#endif /* DELETES */    NULL,    INDask,    NULL,#ifdef AN_pz    INDpzLoad,#else /* AN_pz */    NULL,#endif /* AN_pz */    NULL,#ifdef AN_sense2    INDsSetup,    INDsLoad,    INDsUpdate,    INDsAcLoad,    INDsPrint,    NULL,#else /* AN_sense2 */    NULL,    NULL,    NULL,    NULL,    NULL,    NULL,#endif /* AN_sense */    NULL,	/* DISTO */    NULL,	/* NOISE */    &INDiSize,    &INDmSize};#ifdef MUTUALextern IFparm MUTpTable[ ];extern int MUTpTSize;extern int MUTiSize;extern int MUTmSize;SPICEdev MUTinfo = {    {           "mutual",        "Mutual inductors",        0, /* term count */        0, /* term count */        NULL,        &MUTpTSize,        MUTpTable,        0,        NULL,	0    },    MUTparam,    NULL,    NULL,/* load handled by INDload */    MUTsetup,    NULL,    MUTsetup,    NULL,    NULL,    NULL,    MUTacLoad,    NULL,    MUTdestroy,#ifdef DELETES    MUTmDelete,    MUTdelete,#else /* DELETES */    NULL,    NULL,#endif /* DELETES */    NULL,    MUTask,    NULL,#ifdef AN_pz    MUTpzLoad,#else /* AN_pz */    NULL,#endif /* AN_pz */    NULL,#ifdef AN_sense    MUTsSetup,    NULL,    NULL,    NULL,    MUTsPrint,    NULL,#else /* AN_sense */    NULL,    NULL,    NULL,    NULL,    NULL,    NULL,#endif /* AN_sense */    NULL,	/* DISTO */    NULL,	/* NOISE */    &MUTiSize,    &MUTmSize};#endif /*MUTUAL*/#endif#endif

⌨️ 快捷键说明

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