Script execution

This commit is contained in:
voulot_d
2017-02-14 13:10:25 +01:00
parent 9eec2a5048
commit 7da18affcd

View File

@@ -43,4 +43,4 @@ finally:
phase.close()
# camtool.close()
p = plot((E, dE),"data", rf_phase, title="Phase scan")[0]
p = plot([E, dE],"data", rf_phase, title="Phase scan")