Skip to content
Snippets Groups Projects
Commit 03f03cd6 authored by Your Name's avatar Your Name
Browse files

Makefile updated

parent 494be2cc
No related branches found
No related tags found
No related merge requests found
include $(EPICS_ENV_PATH)/module.Makefile include $(EPICS_ENV_PATH)/module.Makefile
STARTUPS += startup/EMU.cmd STARTUPS += startup/EMU.cmd
MISCS =misc/ExtractDataTOTracePlot.py
MISCS +=protocol/pmacVariables.proto MISCS +=protocol/pmacVariables.proto
DOC = doc/README.md DOC = doc/README.md
OPIS += opi/ OPIS += opi/
......
...@@ -49,7 +49,7 @@ tabPos=PVUtil.getDoubleArray(pvs[8]) ...@@ -49,7 +49,7 @@ tabPos=PVUtil.getDoubleArray(pvs[8])
#### OPEN FILE #### OPEN FILE
home = expanduser("~") home = expanduser("~")
PlotFile = open(home+'/data/'+NameFile, 'w+') PlotFile = open(home+'/data/emit/plotwin/'+NameFile, 'w+')
PlotFile.write("fichier emittance: X\n") PlotFile.write("fichier emittance: X\n")
PlotFile.write("HT ion (kV) : %d\n"%(Energie)) PlotFile.write("HT ion (kV) : %d\n"%(Energie))
PlotFile.write("frequence (Hz) : %d\n"%(Frequence)) PlotFile.write("frequence (Hz) : %d\n"%(Frequence))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment