Source code for RsSmbv.Implementations.Source.Bb.Eutra.Downlink.Emtc.Alloc

from ........Internal.Core import Core
from ........Internal.CommandsGroup import CommandsGroup
from ........Internal.RepeatedCapability import RepeatedCapability
from ........ import repcap


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class AllocCls: """Alloc commands group definition. 38 total commands, 19 Subgroups, 0 group commands Repeated Capability: AllocationNull, default value after init: AllocationNull.Nr0""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("alloc", core, parent) self._cmd_group.rep_cap = RepeatedCapability(self._cmd_group.group_name, 'repcap_allocationNull_get', 'repcap_allocationNull_set', repcap.AllocationNull.Nr0) def repcap_allocationNull_set(self, allocationNull: repcap.AllocationNull) -> None: """Repeated Capability default value numeric suffix. This value is used, if you do not explicitely set it in the child set/get methods, or if you leave it to AllocationNull.Default Default value after init: AllocationNull.Nr0""" self._cmd_group.set_repcap_enum_value(allocationNull) def repcap_allocationNull_get(self) -> repcap.AllocationNull: """Returns the current default repeated capability for the child set/get methods""" # noinspection PyTypeChecker return self._cmd_group.get_repcap_enum_value() @property def absFrames(self): """absFrames commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_absFrames'): from .AbsFrames import AbsFramesCls self._absFrames = AbsFramesCls(self._core, self._cmd_group) return self._absFrames @property def ccoding(self): """ccoding commands group. 9 Sub-classes, 0 commands.""" if not hasattr(self, '_ccoding'): from .Ccoding import CcodingCls self._ccoding = CcodingCls(self._core, self._cmd_group) return self._ccoding @property def codewords(self): """codewords commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_codewords'): from .Codewords import CodewordsCls self._codewords = CodewordsCls(self._core, self._cmd_group) return self._codewords @property def conflict(self): """conflict commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_conflict'): from .Conflict import ConflictCls self._conflict = ConflictCls(self._core, self._cmd_group) return self._conflict @property def conType(self): """conType commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_conType'): from .ConType import ConTypeCls self._conType = ConTypeCls(self._core, self._cmd_group) return self._conType @property def data(self): """data commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_data'): from .Data import DataCls self._data = DataCls(self._core, self._cmd_group) return self._data @property def dselect(self): """dselect commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_dselect'): from .Dselect import DselectCls self._dselect = DselectCls(self._core, self._cmd_group) return self._dselect @property def modulation(self): """modulation commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_modulation'): from .Modulation import ModulationCls self._modulation = ModulationCls(self._core, self._cmd_group) return self._modulation @property def noRb(self): """noRb commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_noRb'): from .NoRb import NoRbCls self._noRb = NoRbCls(self._core, self._cmd_group) return self._noRb @property def ovrb(self): """ovrb commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_ovrb'): from .Ovrb import OvrbCls self._ovrb = OvrbCls(self._core, self._cmd_group) return self._ovrb @property def pattern(self): """pattern commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_pattern'): from .Pattern import PatternCls self._pattern = PatternCls(self._core, self._cmd_group) return self._pattern @property def physBits(self): """physBits commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_physBits'): from .PhysBits import PhysBitsCls self._physBits = PhysBitsCls(self._core, self._cmd_group) return self._physBits @property def power(self): """power commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_power'): from .Power import PowerCls self._power = PowerCls(self._core, self._cmd_group) return self._power @property def precoding(self): """precoding commands group. 9 Sub-classes, 0 commands.""" if not hasattr(self, '_precoding'): from .Precoding import PrecodingCls self._precoding = PrecodingCls(self._core, self._cmd_group) return self._precoding @property def scrambling(self): """scrambling commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_scrambling'): from .Scrambling import ScramblingCls self._scrambling = ScramblingCls(self._core, self._cmd_group) return self._scrambling @property def state(self): """state commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_state'): from .State import StateCls self._state = StateCls(self._core, self._cmd_group) return self._state @property def stnb(self): """stnb commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_stnb'): from .Stnb import StnbCls self._stnb = StnbCls(self._core, self._cmd_group) return self._stnb @property def stsFrame(self): """stsFrame commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_stsFrame'): from .StsFrame import StsFrameCls self._stsFrame = StsFrameCls(self._core, self._cmd_group) return self._stsFrame @property def stSymbol(self): """stSymbol commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_stSymbol'): from .StSymbol import StSymbolCls self._stSymbol = StSymbolCls(self._core, self._cmd_group) return self._stSymbol def clone(self) -> 'AllocCls': """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 = AllocCls(self._core, self._cmd_group.parent) self._cmd_group.synchronize_repcaps(new_group) return new_group