State ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr32 rc = driver.sense.sweep.egate.trace.state.repcap_status_get() driver.sense.sweep.egate.trace.state.repcap_status_set(repcap.Status.Nr1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:SWEep:EGATe:TRACe[:STATe] .. code-block:: python [SENSe]:SWEep:EGATe:TRACe[:STATe] .. autoclass:: RsFsw.Implementations.Sense.Sweep.Egate.Trace.State.StateCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.sense.sweep.egate.trace.state.clone()