write spice trans

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-05-05 10:21:12 -07:00
parent 2e6c70db98
commit 7f82c152d9
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ WritePathSpice::writeHeader()
streamPrint(spice_stream_, ".include \"%s\"\n", subckt_filename_stem.c_str());
float max_time = maxTime();
float time_step = max_time / 1e+3;
float time_step = 1e-13;
streamPrint(spice_stream_, ".tran %.3g %.3g\n\n",
time_step, max_time);
streamPrint(spice_stream_, ".options nomod\n");