Setup ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: SIGNalconfig:SETup:REMove single: SIGNalconfig:SETup:SOURce single: SIGNalconfig:SETup:COUNt .. code-block:: python SIGNalconfig:SETup:REMove SIGNalconfig:SETup:SOURce SIGNalconfig:SETup:COUNt .. autoclass:: rsrtx.Implementations.SignalConfig.Setup.SetupCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently setup_copy = driver.signalConfig.setup.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: SignalConfig_Setup_Add.rst SignalConfig_Setup_Propagate.rst SignalConfig_Setup_Setting.rst SignalConfig_Setup_SrEstimation.rst