bmad-sim / bmad-ecosystem

Bmad simulation ecosystem for simulating high energy storage rings.
https://www.classe.cornell.edu/bmad/
12 stars 13 forks source link

Add `comb_ds_save` to `Tao>python beam` #1010

Closed ChristopherMayes closed 3 months ago

ChristopherMayes commented 3 months ago

Tao's python beam is missing comb_ds_save

Tao> sho beam
...
always_reinit     = F
saved_at          = "MARKER::*"
dump_at           = ""
dump_file         = ""
comb_ds_save      =  -1.00000000E+00  ! Note: -1 => Use (latice branch length)/plot_page%n_curve_pts
track_start       = ""
track_end    

but:

Tao> python beam
always_reinit;LOGIC;T;F
track_start;STR;T;
track_end;STR;T;
saved_at;STR;T;MARKER::*
dump_at;STR;T;
dump_file;STR;T;
DavidSagan commented 3 months ago

Fixed. Note: I added ix_branch option so some python commands.