| | |
- BasicRF_element
- Drift_element
- External_element
- Injection_element
- Output_element
class BasicRF_element |
| |
|
| |
Methods defined here:
- __init__(self, length, steps, map_steps, field_scaling, rf_freq, driven_phase_deg, file_name, radius_m, relative_phase=0)
- describe(self, file=<open file '<stdout>', mode 'w'>)
- preprocess(self)
- write_line(self, file)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'impact_elements'
|
class Drift_element |
| |
|
| |
Methods defined here:
- __init__(self, length, kicks, steps, radius)
- describe(self, file=<open file '<stdout>', mode 'w'>)
- write_line(self, file)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'impact_elements'
|
class External_element |
| |
|
| |
Methods defined here:
- __init__(self, kicks, steps, radius, mad_file_name, beamline_name='booster', length=None)
- describe(self, file=<open file '<stdout>', mode 'w'>)
- preprocess(self)
- write_line(self, file)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'impact_elements'
|
|