New ScreenPanel
This commit is contained in:
8
script/DetailedScan.py
Executable file
8
script/DetailedScan.py
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
#Parameters (global variables)s:
|
||||
# ranges: list of RangeSelection
|
||||
|
||||
for i in range(len(ranges)):
|
||||
min = ranges[i].min
|
||||
max = ranges[i].max
|
||||
lscan(sout,sinp,min,max,[0.1,],0.01, title = "Range " + str(i))
|
||||
Reference in New Issue
Block a user