State ---------------------------------------- .. 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 copy of the original group, that exists independently state_copy = driver.sense.sweep.egate.trace.state.clone()