Source code for RsCmwWcdmaMeas.Implementations.MultiEval_.Carrier_.Trace_.RcdError_.Sf

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class Sf: """Sf commands group definition. 10 total commands, 5 Sub-groups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._base = CommandsGroup("sf", core, parent) @property def dpcch(self): """dpcch commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_dpcch'): from .Sf_.Dpcch import Dpcch self._dpcch = Dpcch(self._core, self._base) return self._dpcch @property def dpdch(self): """dpdch commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_dpdch'): from .Sf_.Dpdch import Dpdch self._dpdch = Dpdch(self._core, self._base) return self._dpdch @property def hsdpcch(self): """hsdpcch commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_hsdpcch'): from .Sf_.Hsdpcch import Hsdpcch self._hsdpcch = Hsdpcch(self._core, self._base) return self._hsdpcch @property def edpcch(self): """edpcch commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_edpcch'): from .Sf_.Edpcch import Edpcch self._edpcch = Edpcch(self._core, self._base) return self._edpcch @property def edpdch(self): """edpdch commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_edpdch'): from .Sf_.Edpdch import Edpdch self._edpdch = Edpdch(self._core, self._base) return self._edpdch def clone(self) -> 'Sf': """Clones the group by creating new object from it and its whole existing sub-groups Also copies all the existing default Repeated Capabilities setting, which you can change independently without affecting the original group""" new_group = Sf(self._core, self._base.parent) self._base.synchronize_repcaps(new_group) return new_group