Jspice3
ind.c File Reference
#include "spice.h"
#include <stdio.h>
#include "inddefs.h"
#include "uflags.h"
Include dependency graph for ind.c:

Go to the source code of this file.

Variables

static IFparm INDpTable []
 
static char * INDnames []
 
static IFkeys INDkeys []
 
static int INDkSize = NUMELEMS(INDkeys)
 
static int INDpTSize = NUMELEMS(INDpTable)
 
static int INDmPTSize = 0
 
static int INDiSize = sizeof(INDinstance)
 
static int INDmSize = sizeof(INDmodel)
 
SPICEdev INDinfo
 

Variable Documentation

SPICEdev INDinfo

Definition at line 44 of file ind.c.

int INDiSize = sizeof(INDinstance)
static

Definition at line 41 of file ind.c.

IFkeys INDkeys[]
static
Initial value:
= {
{ 'l', NUMELEMS(INDnames), INDnames, 0, 0 },
}
#define NUMELEMS(ARRAY)
Definition: spice.h:157
static char * INDnames[]
Definition: ind.c:28

Definition at line 33 of file ind.c.

int INDkSize = NUMELEMS(INDkeys)
static

Definition at line 38 of file ind.c.

int INDmPTSize = 0
static

Definition at line 40 of file ind.c.

int INDmSize = sizeof(INDmodel)
static

Definition at line 42 of file ind.c.

char* INDnames[]
static
Initial value:
= {
"L+",
"L-"
}

Definition at line 28 of file ind.c.

IFparm INDpTable[]
static
Initial value:
= {
IOPAP("inductance",IND_IND, IF_REAL,"Inductance of inductor"),
IOPAU("ic", IND_IC, IF_REAL,"Initial current through inductor"),
OP( "flux", IND_FLUX, IF_REAL,"Flux through inductor"),
OP( "v", IND_VOLT, IF_REAL,"Terminal voltage of inductor"),
OPR( "volt", IND_VOLT, IF_REAL,"Terminal voltage of inductor"),
OP( "i", IND_CURRENT,IF_REAL,"Current through the inductor"),
OPR( "current", IND_CURRENT,IF_REAL,"Current through the inductor"),
"instantaneous power stored by the inductor")
}
#define IND_CURRENT
Definition: inddefs.h:116
#define IND_VOLT
Definition: inddefs.h:115
#define IND_IND
Definition: inddefs.h:112
#define IOPAP(a, b, c, d)
Definition: uflags.h:52
#define IND_POWER
Definition: inddefs.h:117
#define IND_FLUX
Definition: inddefs.h:114
#define OPR(a, b, c, d)
Definition: uflags.h:66
#define IND_IC
Definition: inddefs.h:113
#define IF_REAL
Definition: ifsim.h:108
#define IOPAU(a, b, c, d)
Definition: uflags.h:51
#define OP(a, b, c, d)
Definition: devdefs.h:119

Definition at line 13 of file ind.c.

int INDpTSize = NUMELEMS(INDpTable)
static

Definition at line 39 of file ind.c.