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

5mm diode supported for the pn diode software

parent bba9d57c
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ def sample_information_interface():
information_grid[i,j]=widgets.BoundedFloatText(
value=50,
min=1,
max=200,step=1,
max=5000,step=1,
layout=Layout(height='auto', width='auto')
)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment