AoTime ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.esequencer.user.bb.aoTime.repcap_attenuationList_get() driver.source.bb.esequencer.user.bb.aoTime.repcap_attenuationList_set(repcap.AttenuationList.Nr1) .. autoclass:: RsSmw.Implementations.Source.Bb.Esequencer.User.Bb.AoTime.AoTimeCls :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.user.bb.aoTime.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Esequencer_User_Bb_AoTime_File.rst Source_Bb_Esequencer_User_Bb_AoTime_State.rst