From f743e6495886f36e5847f453c7aed07018ff92ca Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 22:34:23 +0100 Subject: [PATCH] Script execution --- script/temp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/temp.py b/script/temp.py index 3a17a3b1..55473988 100644 --- a/script/temp.py +++ b/script/temp.py @@ -1,4 +1,4 @@ a = {'x':-4.1 ,'y':-0.5, 'z':115.1, 'theta':-8.8, 'tilt':0.7, 'phi':-90.0} #print(values(a)) -print(MonoGrating.getConfig()) \ No newline at end of file +print(MonoGrating.getState()) \ No newline at end of file