slaclab / lcls-live

Tools for running the LCLS live accelerator models
https://slaclab.github.io/lcls-live/
Apache License 2.0
4 stars 8 forks source link

turn off phase overlays when writing commands #46

Closed MichaelEhrlichman closed 1 year ago

MichaelEhrlichman commented 1 year ago

This change adds two lines to the save_cmds function in bmad-live-sc-linac.ipynb

f.write('set ele quad::* field_master = T')
f.write('set ele SC_L* is_on = F')
ChristopherMayes commented 1 year ago

This is changing a notebook, not a .py file.