Jspice3
|
Go to the source code of this file.
Macros | |
#define | SV_NOTYPE 0 |
#define | SV_TIME 1 |
#define | SV_FREQUENCY 2 |
#define | SV_VOLTAGE 3 |
#define | SV_CURRENT 4 |
#define | SV_OUTPUT_N_DENS 5 |
#define | SV_OUTPUT_NOISE 6 |
#define | SV_INPUT_N_DENS 7 |
#define | SV_INPUT_NOISE 8 |
#define | SV_POLE 9 |
#define | SV_ZERO 10 |
#define | SV_SPARAM 11 |
#define | VF_REAL (1 << 0) /* The data is real. */ |
#define | VF_COMPLEX (1 << 1) /* The data is complex. */ |
#define | VF_ACCUM (1 << 2) /* writedata should save this vector. */ |
#define | VF_PLOT (1 << 3) /* writedata should incrementally plot it. */ |
#define | VF_PRINT (1 << 4) /* writedata should print this vector. */ |
#define | VF_MINGIVEN (1 << 5) /* The v_minsignal value is valid. */ |
#define | VF_MAXGIVEN (1 << 6) /* The v_maxsignal value is valid. */ |
#define | VF_PERMANENT (1 << 7) /* Don't garbage collect this vector. */ |
#define | CT_FILENAME 0 |
#define | CT_CKTNAMES 2 |
#define | CT_COMMANDS 3 |
#define | CT_DBNUMS 4 |
#define | CT_DEVNAMES 5 |
#define | CT_LISTINGARGS 6 |
#define | CT_NODENAMES 7 |
#define | CT_PLOT 8 |
#define | CT_PLOTKEYWORDS 9 |
#define | CT_RUSEARGS 10 |
#define | CT_STOPARGS 11 |
#define | CT_UDFUNCS 12 |
#define | CT_VARIABLES 13 |
#define | CT_VECTOR 14 |
#define | CT_TYPENAMES 16 |
Enumerations |
#define CT_CKTNAMES 2 |
Definition at line 84 of file fteconst.h.
#define CT_COMMANDS 3 |
Definition at line 85 of file fteconst.h.
#define CT_DBNUMS 4 |
Definition at line 86 of file fteconst.h.
#define CT_DEVNAMES 5 |
Definition at line 87 of file fteconst.h.
#define CT_FILENAME 0 |
Definition at line 83 of file fteconst.h.
#define CT_LISTINGARGS 6 |
Definition at line 88 of file fteconst.h.
#define CT_NODENAMES 7 |
Definition at line 89 of file fteconst.h.
#define CT_PLOT 8 |
Definition at line 90 of file fteconst.h.
#define CT_PLOTKEYWORDS 9 |
Definition at line 91 of file fteconst.h.
#define CT_RUSEARGS 10 |
Definition at line 92 of file fteconst.h.
#define CT_STOPARGS 11 |
Definition at line 93 of file fteconst.h.
#define CT_TYPENAMES 16 |
Definition at line 97 of file fteconst.h.
#define CT_UDFUNCS 12 |
Definition at line 94 of file fteconst.h.
#define CT_VARIABLES 13 |
Definition at line 95 of file fteconst.h.
#define CT_VECTOR 14 |
Definition at line 96 of file fteconst.h.
#define SV_CURRENT 4 |
Definition at line 15 of file fteconst.h.
#define SV_FREQUENCY 2 |
Definition at line 13 of file fteconst.h.
#define SV_INPUT_N_DENS 7 |
Definition at line 18 of file fteconst.h.
#define SV_INPUT_NOISE 8 |
Definition at line 19 of file fteconst.h.
#define SV_NOTYPE 0 |
Definition at line 11 of file fteconst.h.
#define SV_OUTPUT_N_DENS 5 |
Definition at line 16 of file fteconst.h.
#define SV_OUTPUT_NOISE 6 |
Definition at line 17 of file fteconst.h.
#define SV_POLE 9 |
Definition at line 20 of file fteconst.h.
#define SV_SPARAM 11 |
Definition at line 22 of file fteconst.h.
#define SV_TIME 1 |
Definition at line 12 of file fteconst.h.
#define SV_VOLTAGE 3 |
Definition at line 14 of file fteconst.h.
#define SV_ZERO 10 |
Definition at line 21 of file fteconst.h.
#define VF_ACCUM (1 << 2) /* writedata should save this vector. */ |
Definition at line 41 of file fteconst.h.
#define VF_COMPLEX (1 << 1) /* The data is complex. */ |
Definition at line 40 of file fteconst.h.
#define VF_MAXGIVEN (1 << 6) /* The v_maxsignal value is valid. */ |
Definition at line 45 of file fteconst.h.
#define VF_MINGIVEN (1 << 5) /* The v_minsignal value is valid. */ |
Definition at line 44 of file fteconst.h.
#define VF_PERMANENT (1 << 7) /* Don't garbage collect this vector. */ |
Definition at line 46 of file fteconst.h.
#define VF_PLOT (1 << 3) /* writedata should incrementally plot it. */ |
Definition at line 42 of file fteconst.h.
#define VF_PRINT (1 << 4) /* writedata should print this vector. */ |
Definition at line 43 of file fteconst.h.
#define VF_REAL (1 << 0) /* The data is real. */ |
Definition at line 39 of file fteconst.h.
enum GRIDTYPE |
Enumerator | |
---|---|
GRID_NONE | |
GRID_LIN | |
GRID_LOGLOG | |
GRID_XLOG | |
GRID_YLOG | |
GRID_POLAR | |
GRID_SMITH |
Definition at line 60 of file fteconst.h.
enum PLOTTYPE |
Enumerator | |
---|---|
PLOT_LIN | |
PLOT_COMB | |
PLOT_POINT |
Definition at line 73 of file fteconst.h.