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

Bug fix in working double gate devices software

parent ed25b6bd
Branches
No related tags found
No related merge requests found
......@@ -774,8 +774,8 @@ def Output_BOTH(VDS,VTG,VBG,integration,sample,device):
device.setup_var2(var2)
points_VBG = number_of_points(VTG)
values_VBG = np.linspace(VBG["start"].value,VBG["stop"].value,num = points_VTG,endpoint= True)
points_VBG = number_of_points(VBG)
values_VBG = np.linspace(VBG["start"].value,VBG["stop"].value,num = points_VBG,endpoint= True)
device.integration_time(integration)
device.display_variable('X','VDS')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment