Fixed code format

This commit is contained in:
Bugra Onal 2023-05-23 13:47:02 -07:00
parent f16a40af02
commit 054b7cd47d
1 changed files with 2 additions and 2 deletions

View File

@ -506,8 +506,8 @@ class functional(simulation):
# self.stim.gen_meas_value(meas_name=measure_name,
# dout=signal_name,
# t_initial=t_initial,
# t_final=t_final)
# t_final=t_final
self.sf.write(".include {0}\n".format(temp_meas))
self.stim.write_control(self.cycle_times[-1] + self.period)
self.sf.close()