Script execution

This commit is contained in:
gobbo_a
2017-09-20 10:16:24 +02:00
parent b3d23cee11
commit ccac111e4f

View File

@@ -1,7 +1,6 @@
import ch.psi.pshell.epics.ChannelDouble as ChannelDouble
channel = ChannelDouble("test_inv", "SARUN15-UIND030:INVALID-PV", -1, True, InvalidValueAction.Nullify)
avg = create_averager(channel, 5, interval = -1, name = "avg")