You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had made some small improvements in Steffen-W/Convert_LTspice_to_Latex. Your version currently differs little from mine. Only the deletion of the created file at the end in LtSpiceToLatex() does not exist.
if save is not True:
os.remove(saveFile)
Otherwise you should be able to use the code without any problems.
The text was updated successfully, but these errors were encountered:
I had made some small improvements in Steffen-W/Convert_LTspice_to_Latex. Your version currently differs little from mine. Only the deletion of the created file at the end in
LtSpiceToLatex()
does not exist.Otherwise you should be able to use the code without any problems.
The text was updated successfully, but these errors were encountered: