[docs]classTchannelCls:"""Tchannel commands group definition. 12 total commands, 10 Subgroups, 0 group commands Repeated Capability: TransportChannelNull, default value after init: TransportChannelNull.Nr0"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("tchannel",core,parent)self._cmd_group.rep_cap=RepeatedCapability(self._cmd_group.group_name,'repcap_transportChannelNull_get','repcap_transportChannelNull_set',repcap.TransportChannelNull.Nr0)defrepcap_transportChannelNull_set(self,transportChannelNull:repcap.TransportChannelNull)->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 TransportChannelNull.Default Default value after init: TransportChannelNull.Nr0"""self._cmd_group.set_repcap_enum_value(transportChannelNull)defrepcap_transportChannelNull_get(self)->repcap.TransportChannelNull:"""Returns the current default repeated capability for the child set/get methods"""# noinspection PyTypeCheckerreturnself._cmd_group.get_repcap_enum_value()@propertydefcrcSize(self):"""crcSize commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_crcSize'):from.CrcSizeimportCrcSizeClsself._crcSize=CrcSizeCls(self._core,self._cmd_group)returnself._crcSize@propertydefdata(self):"""data commands group. 2 Sub-classes, 1 commands."""ifnothasattr(self,'_data'):from.DataimportDataClsself._data=DataCls(self._core,self._cmd_group)returnself._data@propertydefdtx(self):"""dtx commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_dtx'):from.DtximportDtxClsself._dtx=DtxCls(self._core,self._cmd_group)returnself._dtx@propertydefeprotection(self):"""eprotection commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_eprotection'):from.EprotectionimportEprotectionClsself._eprotection=EprotectionCls(self._core,self._cmd_group)returnself._eprotection@propertydefinterleaver(self):"""interleaver commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_interleaver'):from.InterleaverimportInterleaverClsself._interleaver=InterleaverCls(self._core,self._cmd_group)returnself._interleaver@propertydefrmAttribute(self):"""rmAttribute commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_rmAttribute'):from.RmAttributeimportRmAttributeClsself._rmAttribute=RmAttributeCls(self._core,self._cmd_group)returnself._rmAttribute@propertydefstate(self):"""state commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_state'):from.StateimportStateClsself._state=StateCls(self._core,self._cmd_group)returnself._state@propertydeftbCount(self):"""tbCount commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_tbCount'):from.TbCountimportTbCountClsself._tbCount=TbCountCls(self._core,self._cmd_group)returnself._tbCount@propertydeftbSize(self):"""tbSize commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_tbSize'):from.TbSizeimportTbSizeClsself._tbSize=TbSizeCls(self._core,self._cmd_group)returnself._tbSize@propertydefttInterval(self):"""ttInterval commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_ttInterval'):from.TtIntervalimportTtIntervalClsself._ttInterval=TtIntervalCls(self._core,self._cmd_group)returnself._ttIntervaldefclone(self)->'TchannelCls':"""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=TchannelCls(self._core,self._cmd_group.parent)self._cmd_group.synchronize_repcaps(new_group)returnnew_group