From 5e71e5f0a8512fb9f389a05fd611b5bb97bd7bc1 Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Wed, 15 May 2019 15:19:10 +0200 Subject: [PATCH] Script execution --- script/test/otf_test.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 script/test/otf_test.py diff --git a/script/test/otf_test.py b/script/test/otf_test.py new file mode 100644 index 0000000..a800703 --- /dev/null +++ b/script/test/otf_test.py @@ -0,0 +1,13 @@ +""" +E1 = 510 +E2 = 590 +TIME = 1 #min +DELAY = 2.0 #s +MODE = 'CIRC +' +OFFSET = -9.0 +FOLDER = 'TEST' +FILE = 'pshell-test' +ALPHA=0 +""" + +otf(520, 580, 1, 2.0, "CIRC +"q, -9.0, alpha = None, pshell-test): \ No newline at end of file