SpnTrk

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

Bases: zgoubidoo.commands.actions.Action

Spin tracking.

Command attributes

LABEL1=''

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

Type

str

LABEL2=''

Secondary label for the Zgoubi command.

Type

str

KSO='1'
Type

int

IR='1'

Random sequence seed.

Type

int

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

Keyword of the command used for the Zgoubi input data.

PARAMETERS: dict = {'IR': (1, 'Random sequence seed.'), 'KSO': (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 optinally an index used by other commands (e.g. fit).