Frame ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr32 rc = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.repcap_frame_get() driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.repcap_frame_set(repcap.Frame.Nr1) .. rubric:: SCPI Command : .. index:: single: CONFigure[:NR5G]:DL[:CC]:FRAMe:COPY .. code-block:: python CONFigure[:NR5G]:DL[:CC]:FRAMe:COPY .. autoclass:: RsFsw.Implementations.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.FrameCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K14x_Nr5G_Configure_Nr5G_Downlink_Cc_Frame_BwPart.rst Applications_K14x_Nr5G_Configure_Nr5G_Downlink_Cc_Frame_BwpCount.rst Applications_K14x_Nr5G_Configure_Nr5G_Downlink_Cc_Frame_Paste.rst