Result ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Tr1 .. Tr16 rc = driver.calculate.statistics.result.repcap_trace_get() driver.calculate.statistics.result.repcap_trace_set(repcap.Trace.Tr1) .. rubric:: SCPI Command : .. index:: single: CALCulate:STATistics:RESult .. code-block:: python CALCulate:STATistics:RESult .. autoclass:: RsFsw.Implementations.Calculate.Statistics.Result.ResultCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.calculate.statistics.result.clone()