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

Also in pn diode software 5mm radius

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