Twiss¶
-
class
zgoubidoo.commands.commands.
Twiss
(label1: str = '', label2: str = '', *params, **kwargs)[source]¶ Bases:
zgoubidoo.commands.commands.Command
Calculation of periodic optical parameters.
Command attributes
-
LABEL1=''
Primary label for the Zgoubi command (default: auto-generated hash).
- Type
str
-
LABEL2=''
Secondary label for the Zgoubi command.
- Type
str
-
FACA='0.0'
Unused
- Type
float
Default initializer for all Commands.
Attributes Summary
Keyword of the command used for the Zgoubi input data.
Parameters of the command, with their default value, their description and optionally an index used by other commands (e.g.
Attributes Documentation
-
KEYWORD
: str = 'TWISS'¶ Keyword of the command used for the Zgoubi input data.
-
PARAMETERS
: dict = {'FACA': (0.0, 'Unused'), 'FACD': (1.0,), 'KTW': (1,), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.')}¶ Parameters of the command, with their default value, their description and optionally an index used by other commands (e.g. fit).
-