New ScreenPanel
This commit is contained in:
23
script/test55.py
Executable file
23
script/test55.py
Executable file
@@ -0,0 +1,23 @@
|
||||
#setup_plotting(range = [0,20], domain = "Index")
|
||||
#setup_plotting(range = [0,100], line_plots = [arr], domain = "Clock")
|
||||
#setup_plotting( range = [0,20], domain = "Index")
|
||||
#setup_plotting( domain = "Index", range = "auto")
|
||||
#setup_plotting( domain = "Clock")
|
||||
setup_plotting( domain = "Clock", range = [0,100,1.0])
|
||||
|
||||
#setup_plotting(range = [0,200])
|
||||
|
||||
#setup_plotting(range = "auto")
|
||||
|
||||
class Clock(Readable):
|
||||
def read(self):
|
||||
return time.clock()
|
||||
|
||||
clock=Clock()
|
||||
|
||||
|
||||
a= lscan(inp, (sin,out,arr, clock), 50, 90, 10, 0.2)
|
||||
|
||||
|
||||
|
||||
#a= ascan((ao1,inp), (sin,out,arr, clock), (0,0), (20,10), (10,5), 0.001)
|
||||
Reference in New Issue
Block a user