Errors ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.bb.esequencer.estreaming.stream.errors.repcap_index_get() driver.source.bb.esequencer.estreaming.stream.errors.repcap_index_set(repcap.Index.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:ESEQuencer:ESTReaming:STReam:ERRors .. code-block:: python [SOURce]:BB:ESEQuencer:ESTReaming:STReam:ERRors .. autoclass:: RsSmw.Implementations.Source.Bb.Esequencer.Estreaming.Stream.Errors.ErrorsCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.bb.esequencer.estreaming.stream.errors.clone()