From 3d5bf9400e1df08f568b7bd084b343664cc15dbc Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 30 May 2016 18:02:41 +0200 Subject: [PATCH] Script execution --- script/test.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 script/test.py diff --git a/script/test.py b/script/test.py new file mode 100644 index 0000000..f4210f6 --- /dev/null +++ b/script/test.py @@ -0,0 +1,12 @@ +#set pol lin 90 off 2.0 +#otf 620 670 2 delay 5 +#file MnE_lin90 +#start +#set_pol_lin(angle = 90, offset = 2.0) + + +counter = 0 + +wait_beam() +wait_temp() + \ No newline at end of file