Trace ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Tr1 .. Tr16 rc = driver.applications.k10Xlte.calculate.limit.trace.repcap_trace_get() driver.applications.k10Xlte.calculate.limit.trace.repcap_trace_set(repcap.Trace.Tr1) .. rubric:: SCPI Command : .. index:: single: CALCulate:LIMit
  • :TRACe .. code-block:: python CALCulate:LIMit
  • :TRACe .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Calculate.Limit.Trace.TraceCls :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.calculate.limit.trace.clone()