Parameter¶
- class Parameter(name, value, expr, dtype, inform, var_type=None)[source]¶
Bases:
object
Attributes Summary
Return command argument as should be used for MAD-X input to create an identical element.
Methods Summary
__call__
()Call self as a function.
Attributes Documentation
- definition¶
Return command argument as should be used for MAD-X input to create an identical element.
- dtype¶
- expr¶
- inform¶
- name¶
- value¶
- var_type¶
Methods Documentation