| Lines 27-32 were replaced by lines 27-32 |
| - frappy_main('<main cfg>') # change main SE configuration (e.g. cryostat) |
| - frappy_stick('<stick cfg>') # change sample-stick configuration |
| - frappy_stick('') # remove stick |
| - frappy_main('') # remove main SE apparatus |
| - frappy_main() # show the current SE configuration |
| - frappy_addons(...) # similar to above, for additional equipment not covered by main/stick |
| + frappy('<main cfg>') # change main SE configuration (e.g. cryostat) |
| + frappy('<main cfg>', '<stick cfg>') # change main and sample-stick configuration |
| + frappy(stick='<stick cfg>') # change stick only |
| + frappy('') # remove main SE apparatus including stick |
| + frappy() # show the current SE configuration |
| + frappy(addons=...) # similar to above, for additional equipment not covered by main/stick |
| Lines 86-87 were replaced by lines 86-87 |
| - frappy_main('') # stop the main frappy server |
| - frappy_main('<main cfg>') # start the main frappy server |
| + frappy('') # stop main and stick frappy servers |
| + frappy('<main cfg>', '<stick cfg>') # start main and stick frappy servers |