IFsimulator * ft_sim
Definition: main.c:111
Jspice3
|
Go to the source code of this file.
Variables | |
struct circ * | ft_curckt |
struct circ * | ft_circuits |
struct subcirc * | ft_subcircuits |
struct comm * | cp_coms |
bool | OUTendit |
void com_ac | ( | ) |
void com_alter | ( | ) |
void com_check | ( | ) |
void com_dc | ( | ) |
void com_delete | ( | ) |
void com_disto | ( | ) |
void com_dump | ( | ) |
void com_edit | ( | ) |
void com_free | ( | ) |
void com_iplot | ( | ) |
void com_linearize | ( | ) |
void com_listing | ( | ) |
void com_loop | ( | ) |
void com_noise | ( | ) |
void com_op | ( | ) |
void com_pz | ( | ) |
void com_resume | ( | ) |
void com_rset | ( | ) |
void com_run | ( | ) |
void com_save | ( | ) |
void com_sced | ( | ) |
void com_scirc | ( | ) |
void com_sens | ( | ) |
void com_show | ( | ) |
void com_source | ( | ) |
void com_state | ( | ) |
void com_step | ( | ) |
void com_stop | ( | ) |
void com_sttus | ( | ) |
void com_tf | ( | ) |
void com_tran | ( | ) |
void com_trce | ( | ) |
void com_xeditor | ( | ) |
bool ft_bpcheck | ( | ) |
void ft_check | ( | ) |
void ft_cktcoms | ( | ) |
void ft_dorun | ( | ) |
void ft_dosim | ( | ) |
int ft_getSaves | ( | ) |
void ft_newcirc | ( | ) |
void ft_newsubcirc | ( | ) |
void ft_setccirc | ( | ) |
void if_cktclear | ( | ) |
Definition at line 476 of file spiceif.c.
void if_cktfree | ( | ) |
void if_dump | ( | ) |
char* if_errstring | ( | ) |
struct variable* if_getstat | ( | ) |
char* if_inpdeck | ( | ) |
void if_option | ( | ) |
int if_run | ( | ) |
int if_sens_run | ( | ) |
void if_setndnames | ( | ) |
void if_setparam | ( | ) |
bool if_tranparams | ( | ) |
void inp_decksource | ( | ) |
void inp_dodeck | ( | ) |
void inp_list | ( | ) |
void inp_source | ( | ) |
void inp_spsource | ( | ) |
void inp_srcedit | ( | ) |
struct line* inp_subcktexpand | ( | ) |
int IsIplot | ( | ) |
Definition at line 997 of file spiceif.c.
struct variable* nutif_getparam | ( | ) |
int OUTbeginPlot | ( | ) |
int OUTdata | ( | ) |
int OUTendPlot | ( | ) |
int OUTerror | ( | ) |
int OUTsetDims | ( | ) |
int OUTstopnow | ( | ) |
struct variable* spif_getparam | ( | ) |
int xeditor | ( | ) |
struct subcirc* ft_subcircuits |
Definition at line 20 of file circuits.c.