[docs]classRdataCls:"""Rdata commands group definition. 9 total commands, 9 Subgroups, 0 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("rdata",core,parent)@propertydefhoppingParam(self):"""hoppingParam commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_hoppingParam'):from.HoppingParamimportHoppingParamClsself._hoppingParam=HoppingParamCls(self._core,self._cmd_group)returnself._hoppingParam@propertydefnsubbands(self):"""nsubbands commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_nsubbands'):from.NsubbandsimportNsubbandsClsself._nsubbands=NsubbandsCls(self._core,self._cmd_group)returnself._nsubbands@propertydefoffsetInd(self):"""offsetInd commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_offsetInd'):from.OffsetIndimportOffsetIndClsself._offsetInd=OffsetIndCls(self._core,self._cmd_group)returnself._offsetInd@propertydefprbNumber(self):"""prbNumber commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_prbNumber'):from.PrbNumberimportPrbNumberClsself._prbNumber=PrbNumberCls(self._core,self._cmd_group)returnself._prbNumber@propertydefprbStart(self):"""prbStart commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_prbStart'):from.PrbStartimportPrbStartClsself._prbStart=PrbStartCls(self._core,self._cmd_group)returnself._prbStart@propertydefprend(self):"""prend commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_prend'):from.PrendimportPrendClsself._prend=PrendCls(self._core,self._cmd_group)returnself._prend@propertydefrbOffset(self):"""rbOffset commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_rbOffset'):from.RbOffsetimportRbOffsetClsself._rbOffset=RbOffsetCls(self._core,self._cmd_group)returnself._rbOffset@propertydefsfbmp(self):"""sfbmp commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_sfbmp'):from.SfbmpimportSfbmpClsself._sfbmp=SfbmpCls(self._core,self._cmd_group)returnself._sfbmp@propertydeftrptSubset(self):"""trptSubset commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_trptSubset'):from.TrptSubsetimportTrptSubsetClsself._trptSubset=TrptSubsetCls(self._core,self._cmd_group)returnself._trptSubsetdefclone(self)->'RdataCls':"""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=RdataCls(self._core,self._cmd_group.parent)self._cmd_group.synchronize_repcaps(new_group)returnnew_group