Marker

class zgoubidoo.commands.commands.Marker(label1='', label2='', *params, with_plt=True, **kwargs)[source]

Bases: zgoubidoo.commands.commands.Command, zgoubidoo.commands.patchable.Patchable

Marker.

Command attributes

LABEL1=''

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

Type

str

LABEL2=''

Secondary label for the Zgoubi command.

Type

str

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 = 'MARKER'

Keyword of the command used for the Zgoubi input data.

PARAMETERS: dict = {'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.')}