Output ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.bb.esequencer.trigger.sequencer.output.repcap_output_get() driver.source.bb.esequencer.trigger.sequencer.output.repcap_output_set(repcap.Output.Nr1) .. autoclass:: RsSmw.Implementations.Source.Bb.Esequencer.Trigger.Sequencer.Output.OutputCls :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.trigger.sequencer.output.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Esequencer_Trigger_Sequencer_Output_Delay.rst Source_Bb_Esequencer_Trigger_Sequencer_Output_Duration.rst Source_Bb_Esequencer_Trigger_Sequencer_Output_Mode.rst Source_Bb_Esequencer_Trigger_Sequencer_Output_Post.rst Source_Bb_Esequencer_Trigger_Sequencer_Output_Pre.rst