#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 = [100,200]) #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)