Source code for RsSmbv.Implementations.Source.Bb.Nr5G.Scheduling.Cell.Subf.User.BwPart.Alloc.Pusch.Uci

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class UciCls: """Uci commands group definition. 8 total commands, 4 Subgroups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("uci", core, parent) @property def ack(self): """ack commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_ack'): from .Ack import AckCls self._ack = AckCls(self._core, self._cmd_group) return self._ack @property def cguci(self): """cguci commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_cguci'): from .Cguci import CguciCls self._cguci = CguciCls(self._core, self._cmd_group) return self._cguci @property def csi1(self): """csi1 commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_csi1'): from .Csi1 import Csi1Cls self._csi1 = Csi1Cls(self._core, self._cmd_group) return self._csi1 @property def csi2(self): """csi2 commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_csi2'): from .Csi2 import Csi2Cls self._csi2 = Csi2Cls(self._core, self._cmd_group) return self._csi2 def clone(self) -> 'UciCls': """Clones the group by creating new object from it and its whole existing subgroups Also copies all the existing default Repeated Capabilities setting, which you can change independently without affecting the original group""" new_group = UciCls(self._core, self._cmd_group.parent) self._cmd_group.synchronize_repcaps(new_group) return new_group