From e6970e09eb41a7d247133dc8ced9c53bd3fd91bc Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 3 Apr 2017 08:51:32 +0200 Subject: [PATCH] Script execution --- script/RFscan/SchottkyScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/SchottkyScan.py b/script/RFscan/SchottkyScan.py index f8882d8..2037df7 100644 --- a/script/RFscan/SchottkyScan.py +++ b/script/RFscan/SchottkyScan.py @@ -24,7 +24,7 @@ phase.initialize() #q = st.addScalar("Charge", "SINEG01-DICT215:B1_CHARGE", 1, 0) #st.initialize() #st.start(True) -q = Channel("SINEG01-DICT215:B1_CHARGE-SIM", type = 'd', alias='ICT-Q') +q = Channel("SINEG01-DICT215:B1_CHARGE", type = 'd', alias='ICT-Q') try: qb = create_averager(q, nb, 0.100)