Rebelote

class zgoubidoo.commands.commands.Rebelote(label1: str = '', label2: str = '', *params, **kwargs)[source]

Bases: zgoubidoo.commands.commands.Command

’Do it again’.

Command attributes

LABEL1=''

Primary label for the Zgoubi command (default: auto-generated hash).

Type

str

LABEL2=''

Secondary label for the Zgoubi command.

Type

str

Default initializer for all Commands.

Attributes Summary

KEYWORD

Keyword of the command used for the Zgoubi input data.

PARAMETERS

Parameters of the command, with their default value, their description and optinally an index used by other commands (e.g.

Attributes Documentation

KEYWORD: str = 'REBELOTE'

Keyword of the command used for the Zgoubi input data.

PARAMETERS: dict = {'K': (99,), 'KWRIT': (1.1,), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'LABL1': (None,), 'LABL2': (None,), 'N': (None,), 'NPASS': (1,), 'NPRM': (1,)}

Parameters of the command, with their default value, their description and optinally an index used by other commands (e.g. fit).