Source code for RsNgx.Implementations.Trigger.Sequence

from ....Internal.Core import Core
from ....Internal.CommandsGroup import CommandsGroup


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class SequenceCls: """Sequence commands group definition. 6 total commands, 1 Subgroups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("sequence", core, parent) @property def immediate(self): """immediate commands group. 1 Sub-classes, 0 commands.""" if not hasattr(self, '_immediate'): from .Immediate import ImmediateCls self._immediate = ImmediateCls(self._core, self._cmd_group) return self._immediate