EBMult¶
-
class
zgoubidoo.commands.electrique.
EBMult
(label1: str = '', label2: str = '', *params, **kwargs)[source]¶ Bases:
zgoubidoo.commands.commands.Command
Electro-magnetic multipole.
Command attributes
-
LABEL1=''
Primary label for the Zgoubi command (default: auto-generated hash).
- Type
str
-
LABEL2=''
Secondary label for the Zgoubi command.
- Type
str
-
IL='0'
- Type
int
Default initializer for all Commands.
Attributes Summary
Keyword of the command used for the Zgoubi input data.
Attributes Documentation
-
KEYWORD
: str = 'EBMULT'¶ Keyword of the command used for the Zgoubi input data.
-
PARAMETERS
: dict = {'E1': (), 'E10': (), 'E2': (), 'E3': (), 'E4': (), 'E5': (), 'E6': (), 'E7': (), 'E8': (), 'E9': (), 'IL': (0, ''), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'R0': (), 'XL': ()}¶
-