[docs]classL2BandCls:"""L2Band commands group definition. 57 total commands, 7 Subgroups, 0 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("l2Band",core,parent)@propertydefc1C(self):"""c1C commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_c1C'):from.C1CimportC1CClsself._c1C=C1CCls(self._core,self._cmd_group)returnself._c1C@propertydefc2C(self):"""c2C commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_c2C'):from.C2CimportC2CClsself._c2C=C2CCls(self._core,self._cmd_group)returnself._c2C@propertydefca(self):"""ca commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_ca'):from.CaimportCaClsself._ca=CaCls(self._core,self._cmd_group)returnself._ca@propertydefl2C(self):"""l2C commands group. 4 Sub-classes, 0 commands."""ifnothasattr(self,'_l2C'):from.L2CimportL2CClsself._l2C=L2CCls(self._core,self._cmd_group)returnself._l2C@propertydefm(self):"""m commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_m'):from.MimportMClsself._m=MCls(self._core,self._cmd_group)returnself._m@propertydefp(self):"""p commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_p'):from.PimportPClsself._p=PCls(self._core,self._cmd_group)returnself._p@propertydefpy(self):"""py commands group. 3 Sub-classes, 0 commands."""ifnothasattr(self,'_py'):from.PyimportPyClsself._py=PyCls(self._core,self._cmd_group)returnself._pydefclone(self)->'L2BandCls':"""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=L2BandCls(self._core,self._cmd_group.parent)self._cmd_group.synchronize_repcaps(new_group)returnnew_group