From 95543867c37d6f2506a5aa6517a263ff34f4522f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 29 May 2015 11:33:22 +0200 Subject: [PATCH] Closedown --- script/local.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index 3fd9ad4..b247b13 100644 --- a/script/local.py +++ b/script/local.py @@ -27,6 +27,6 @@ sout = SimulatedOutput() sinp = SimulatedInput() -positioner1 = create_channel_device('TESTIOC:TESTCALCOUT:Input', type = 'd') -detector1 = create_channel_device('TESTIOC:TESTCALCOUT:Output', type = 'd') -detector2 = create_channel_device('TESTIOC:TESTSINUS:SinCalc', type = 'd') \ No newline at end of file +#positioner1 = create_channel_device('TESTIOC:TESTCALCOUT:Input', type = 'd') +#detector1 = create_channel_device('TESTIOC:TESTCALCOUT:Output', type = 'd') +#detector2 = create_channel_device('TESTIOC:TESTSINUS:SinCalc', type = 'd') \ No newline at end of file