Script execution

This commit is contained in:
sfop
2017-04-03 08:51:32 +02:00
parent 5bb0858863
commit e6970e09eb

View File

@@ -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)