Skip to content
Snippets Groups Projects
Commit 54df9d39 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

fix applied to the release version

parent fecc80d0
No related branches found
No related tags found
No related merge requests found
...@@ -1099,7 +1099,7 @@ def Gatediode_VBG(VBG,integration,sample,device): ...@@ -1099,7 +1099,7 @@ def Gatediode_VBG(VBG,integration,sample,device):
f.write("Sweeping Gate:VBG"+"\n\n") f.write("Sweeping Gate:VBG"+"\n\n")
f.write('Parameters\n') f.write('Parameters\n')
f.write(f"VTG from {VBG['start'].value}V to {VBG['stop'].value}V with step {VBG['step'].value}V"+"\n") f.write(f"VBG from {VBG['start'].value}V to {VBG['stop'].value}V with step {VBG['step'].value}V"+"\n")
#calculate the values #calculate the values
if VBG['pcomp'].value==0: if VBG['pcomp'].value==0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment