# Cryomodule config file for launcher.py { "procs":{ # key is epics record prefix (cf. launcher.template) "$(CM)10:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS1A:", "-z", "0", "-j", "slac_emu_epics.json"] }, "$(CM)20:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS1A:", "-z", "1", "-j", "slac_emu_epics.json"] }, "$(CM)30:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS2A:", "-z", "0", "-j", "slac_emu_epics.json"] }, "$(CM)40:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS2A:", "-z", "1", "-j", "slac_emu_epics.json"] }, "$(CM)50:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS1B:", "-z", "0", "-j", "slac_emu_epics.json"] }, "$(CM)60:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS1B:", "-z", "1", "-j", "slac_emu_epics.json"] }, "$(CM)70:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS2B:", "-z", "0", "-j", "slac_emu_epics.json"] }, "$(CM)80:RAMP":{ # array of strings, executable and arguments "command": ["python", "rf_controls.py", "-a", "ca://$(CM)00:RFS2B:", "-z", "1", "-j", "slac_emu_epics.json"] } } }