diff --git a/script/RFscan/SchottkyScan.py b/script/RFscan/SchottkyScan.py index 15c572c..b6ac887 100644 --- a/script/RFscan/SchottkyScan.py +++ b/script/RFscan/SchottkyScan.py @@ -21,7 +21,7 @@ phase.config.resolution = 0.5 phase.initialize() st = Stream("ICTstream", dispatcher) -q = st.addScalar("Charge", "SINEG01-DICT215:B1_CHARGE-SIM", 1, 0) +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')