This commit is contained in:
2025-07-24 10:27:42 +02:00
parent 1ded495e4a
commit c2f4df30eb

View File

@@ -401,6 +401,7 @@ class TNMR:
ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary
success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug) success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug)
self.set_activefile() self.set_activefile()
print(ntnmr.GetSequenceName())
if(success): if(success):
print(f'Successfully reloaded') print(f'Successfully reloaded')