[docs]classV2XCls:"""V2X commands group definition. 9 total commands, 9 Subgroups, 0 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("v2X",core,parent)@propertydefadjc(self):"""adjc commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_adjc'):from.AdjcimportAdjcClsself._adjc=AdjcCls(self._core,self._cmd_group)returnself._adjc@propertydefbitHigh(self):"""bitHigh commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_bitHigh'):from.BitHighimportBitHighClsself._bitHigh=BitHighCls(self._core,self._cmd_group)returnself._bitHigh@propertydefbitLow(self):"""bitLow commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_bitLow'):from.BitLowimportBitLowClsself._bitLow=BitLowCls(self._core,self._cmd_group)returnself._bitLow@propertydefbmpLength(self):"""bmpLength commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_bmpLength'):from.BmpLengthimportBmpLengthClsself._bmpLength=BmpLengthCls(self._core,self._cmd_group)returnself._bmpLength@propertydefoffset(self):"""offset commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_offset'):from.OffsetimportOffsetClsself._offset=OffsetCls(self._core,self._cmd_group)returnself._offset@propertydefsrbPscch(self):"""srbPscch commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_srbPscch'):from.SrbPscchimportSrbPscchClsself._srbPscch=SrbPscchCls(self._core,self._cmd_group)returnself._srbPscch@propertydefsrbSubchan(self):"""srbSubchan commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_srbSubchan'):from.SrbSubchanimportSrbSubchanClsself._srbSubchan=SrbSubchanCls(self._core,self._cmd_group)returnself._srbSubchan@propertydefsubChannels(self):"""subChannels commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_subChannels'):from.SubChannelsimportSubChannelsClsself._subChannels=SubChannelsCls(self._core,self._cmd_group)returnself._subChannels@propertydefsubSize(self):"""subSize commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_subSize'):from.SubSizeimportSubSizeClsself._subSize=SubSizeCls(self._core,self._cmd_group)returnself._subSizedefclone(self)->'V2XCls':"""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=V2XCls(self._core,self._cmd_group.parent)self._cmd_group.synchronize_repcaps(new_group)returnnew_group