SmSetting ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr4 rc = driver.applications.k10Xlte.trigger.sequence.smSetting.repcap_instrument_get() driver.applications.k10Xlte.trigger.sequence.smSetting.repcap_instrument_set(repcap.Instrument.Nr1) .. rubric:: SCPI Command : .. index:: single: TRIGger[:SEQuence]:SMSetting .. code-block:: python TRIGger[:SEQuence]:SMSetting .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Trigger.Sequence.SmSetting.SmSettingCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k10Xlte.trigger.sequence.smSetting.clone()