Files
dev/script/test55.py
2018-01-19 10:56:53 +01:00

24 lines
599 B
Python
Executable File

#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)