Objet

class zgoubidoo.commands.objet.Objet(label1='', label2='', *params, **kwargs)[source]

Bases: zgoubidoo.commands.commands.Command

Generation of an object.

Command attributes

LABEL1=''

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

Type

str

LABEL2=''

Secondary label for the Zgoubi command.

Type

str

BORO='1.0 centimeter * kilogauss'

Reference magnetic rigidity.

Type

Quantity

TODO :param label1: :param label2: :param *params: :param **kwargs:

Attributes Summary

KEYWORD

Keyword of the command used for the Zgoubi input data.

PARAMETERS

Attributes Documentation

KEYWORD: str = 'OBJET'

Keyword of the command used for the Zgoubi input data.

PARAMETERS: dict = {'BORO': (<Quantity(1.0, 'centimeter * kilogauss')>, 'Reference magnetic rigidity.'), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.')}