[docs]classMarkerCls:"""Marker commands group definition. 152 total commands, 16 Subgroups, 0 group commands Repeated Capability: Marker, default value after init: Marker.Nr1"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("marker",core,parent)self._cmd_group.rep_cap=RepeatedCapability(self._cmd_group.group_name,'repcap_marker_get','repcap_marker_set',repcap.Marker.Nr1)defrepcap_marker_set(self,marker:repcap.Marker)->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 Marker.Default Default value after init: Marker.Nr1"""self._cmd_group.set_repcap_enum_value(marker)defrepcap_marker_get(self)->repcap.Marker:"""Returns the current default repeated capability for the child set/get methods"""# noinspection PyTypeCheckerreturnself._cmd_group.get_repcap_enum_value()@propertydefaoff(self):"""aoff commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_aoff'):from.AoffimportAoffClsself._aoff=AoffCls(self._core,self._cmd_group)returnself._aoff@propertydeflinkTo(self):"""linkTo commands group. 1 Sub-classes, 0 commands."""ifnothasattr(self,'_linkTo'):from.LinkToimportLinkToClsself._linkTo=LinkToCls(self._core,self._cmd_group)returnself._linkTo@propertydefx(self):"""x commands group. 2 Sub-classes, 1 commands."""ifnothasattr(self,'_x'):from.XimportXClsself._x=XCls(self._core,self._cmd_group)returnself._x@propertydefcount(self):"""count commands group. 2 Sub-classes, 1 commands."""ifnothasattr(self,'_count'):from.CountimportCountClsself._count=CountCls(self._core,self._cmd_group)returnself._count@propertydefloExclude(self):"""loExclude commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_loExclude'):from.LoExcludeimportLoExcludeClsself._loExclude=LoExcludeCls(self._core,self._cmd_group)returnself._loExclude@propertydefy(self):"""y commands group. 1 Sub-classes, 1 commands."""ifnothasattr(self,'_y'):from.YimportYClsself._y=YCls(self._core,self._cmd_group)returnself._y@propertydefmaximum(self):"""maximum commands group. 5 Sub-classes, 0 commands."""ifnothasattr(self,'_maximum'):from.MaximumimportMaximumClsself._maximum=MaximumCls(self._core,self._cmd_group)returnself._maximum@propertydefminimum(self):"""minimum commands group. 5 Sub-classes, 0 commands."""ifnothasattr(self,'_minimum'):from.MinimumimportMinimumClsself._minimum=MinimumCls(self._core,self._cmd_group)returnself._minimum@propertydefsearch(self):"""search commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_search'):from.SearchimportSearchClsself._search=SearchCls(self._core,self._cmd_group)returnself._search@propertydeffunction(self):"""function commands group. 19 Sub-classes, 0 commands."""ifnothasattr(self,'_function'):from.FunctionimportFunctionClsself._function=FunctionCls(self._core,self._cmd_group)returnself._function@propertydefspectrogram(self):"""spectrogram commands group. 4 Sub-classes, 0 commands."""ifnothasattr(self,'_spectrogram'):from.SpectrogramimportSpectrogramClsself._spectrogram=SpectrogramCls(self._core,self._cmd_group)returnself._spectrogram@propertydeflink(self):"""link commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_link'):from.LinkimportLinkClsself._link=LinkCls(self._core,self._cmd_group)returnself._link@propertydefpexcursion(self):"""pexcursion commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_pexcursion'):from.PexcursionimportPexcursionClsself._pexcursion=PexcursionCls(self._core,self._cmd_group)returnself._pexcursion@propertydefstate(self):"""state commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_state'):from.StateimportStateClsself._state=StateCls(self._core,self._cmd_group)returnself._state@propertydeftrace(self):"""trace commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_trace'):from.TraceimportTraceClsself._trace=TraceCls(self._core,self._cmd_group)returnself._trace@propertydefz(self):"""z commands group. 0 Sub-classes, 1 commands."""ifnothasattr(self,'_z'):from.ZimportZClsself._z=ZCls(self._core,self._cmd_group)returnself._zdefclone(self)->'MarkerCls':"""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=MarkerCls(self._core,self._cmd_group.parent)self._cmd_group.synchronize_repcaps(new_group)returnnew_group