[docs]classAllocCls:"""Alloc commands group definition. 33 total commands, 19 Subgroups, 0 group commands Repeated Capability: AllocationNull, default value after init: AllocationNull.Nr0"""def__init__(self,core:Core,parent):self._core=coreself._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)defrepcap_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)defrepcap_allocationNull_get(self)->repcap.AllocationNull:"""Returns the current default repeated capability for the child set/get methods"""# noinspection PyTypeCheckerreturnself._cmd_group.get_repcap_enum_value()@propertydefciqFile(self):"""ciqFile commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_ciqFile'):from.CiqFileimportCiqFileClsself._ciqFile=CiqFileCls(self._core,self._cmd_group)returnself._ciqFile@propertydefconflict(self):"""conflict commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_conflict'):from.ConflictimportConflictClsself._conflict=ConflictCls(self._core,self._cmd_group)returnself._conflict@propertydefconPoint(self):"""conPoint commands group. 4 Sub-classes, 0 commands."""ifnothasattr(self,'_conPoint'):from.ConPointimportConPointClsself._conPoint=ConPointCls(self._core,self._cmd_group)returnself._conPoint@propertydefcontent(self):"""content commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_content'):from.ContentimportContentClsself._content=ContentCls(self._core,self._cmd_group)returnself._content@propertydefdata(self):"""data commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_data'):from.DataimportDataClsself._data=DataCls(self._core,self._cmd_group)returnself._data@propertydeflistPy(self):"""listPy commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_listPy'):from.ListPyimportListPyClsself._listPy=ListPyCls(self._core,self._cmd_group)returnself._listPy@propertydefmodulation(self):"""modulation commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_modulation'):from.ModulationimportModulationClsself._modulation=ModulationCls(self._core,self._cmd_group)returnself._modulation@propertydefmoor(self):"""moor commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_moor'):from.MoorimportMoorClsself._moor=MoorCls(self._core,self._cmd_group)returnself._moor@propertydefpattern(self):"""pattern commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_pattern'):from.PatternimportPatternClsself._pattern=PatternCls(self._core,self._cmd_group)returnself._pattern@propertydefphysBits(self):"""physBits commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_physBits'):from.PhysBitsimportPhysBitsClsself._physBits=PhysBitsCls(self._core,self._cmd_group)returnself._physBits@propertydefpwr(self):"""pwr commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_pwr'):from.PwrimportPwrClsself._pwr=PwrCls(self._core,self._cmd_group)returnself._pwr@propertydefscma(self):"""scma commands group. 4 Sub-classes, 0 commands."""ifnothasattr(self,'_scma'):from.ScmaimportScmaClsself._scma=ScmaCls(self._core,self._cmd_group)returnself._scma@propertydefscno(self):"""scno commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_scno'):from.ScnoimportScnoClsself._scno=ScnoCls(self._core,self._cmd_group)returnself._scno@propertydefscOffset(self):"""scOffset commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_scOffset'):from.ScOffsetimportScOffsetClsself._scOffset=ScOffsetCls(self._core,self._cmd_group)returnself._scOffset@propertydefsplt(self):"""splt commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_splt'):from.SpltimportSpltClsself._splt=SpltCls(self._core,self._cmd_group)returnself._splt@propertydefstate(self):"""state commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_state'):from.StateimportStateClsself._state=StateCls(self._core,self._cmd_group)returnself._state@propertydefsyno(self):"""syno commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_syno'):from.SynoimportSynoClsself._syno=SynoCls(self._core,self._cmd_group)returnself._syno@propertydefsyOffset(self):"""syOffset commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_syOffset'):from.SyOffsetimportSyOffsetClsself._syOffset=SyOffsetCls(self._core,self._cmd_group)returnself._syOffset@propertydefzad(self):"""zad commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_zad'):from.ZadimportZadClsself._zad=ZadCls(self._core,self._cmd_group)returnself._zaddefclone(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)returnnew_group