This commit is contained in:
2019-03-20 13:52:00 +01:00
parent 3084fe0510
commit 5db0f78aee
910 changed files with 191152 additions and 322 deletions

View File

@@ -1,17 +1,26 @@
from startup import *
#inject()
#globals().update(get_context().scriptManager.injections)
set_exec_pars(name="in")
#tscan(sin, 10, 0.1)
#tscan(sin, 10, 0.1, name="yyy", layout = "SF")
tscan(sin, 10, 0.1, name="yyy", layout = "SF")
tscan(sin, 10, 0.1,open=False)
#tscan(sin, 10, 0.1)
print "LOADED"
#def inject():
# globals().update(get_context().scriptManager.injections)
"""
def test():
#globals().update(get_context().scriptManager.injections)
##dev = None
#inject()
stop()
inject()
print 2* dev.read()
print 2* dev.read()
"""