Source code for RsFsw.Implementations.Applications.K10x_Lte.Calculate.Limit.Cc.Summary

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class SummaryCls: """Summary commands group definition. 45 total commands, 6 Subgroups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("summary", core, parent) @property def evm(self): """evm commands group. 27 Sub-classes, 0 commands.""" if not hasattr(self, '_evm'): from .Evm import EvmCls self._evm = EvmCls(self._core, self._cmd_group) return self._evm @property def freqError(self): """freqError commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_freqError'): from .FreqError import FreqErrorCls self._freqError = FreqErrorCls(self._core, self._cmd_group) return self._freqError @property def gimbalance(self): """gimbalance commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_gimbalance'): from .Gimbalance import GimbalanceCls self._gimbalance = GimbalanceCls(self._core, self._cmd_group) return self._gimbalance @property def iqOffset(self): """iqOffset commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_iqOffset'): from .IqOffset import IqOffsetCls self._iqOffset = IqOffsetCls(self._core, self._cmd_group) return self._iqOffset @property def quadError(self): """quadError commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_quadError'): from .QuadError import QuadErrorCls self._quadError = QuadErrorCls(self._core, self._cmd_group) return self._quadError @property def serror(self): """serror commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_serror'): from .Serror import SerrorCls self._serror = SerrorCls(self._core, self._cmd_group) return self._serror def clone(self) -> 'SummaryCls': """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 = SummaryCls(self._core, self._cmd_group.parent) self._cmd_group.synchronize_repcaps(new_group) return new_group