Window ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.applications.k60Transient.sense.bandwidth.window.repcap_window_get() driver.applications.k60Transient.sense.bandwidth.window.repcap_window_set(repcap.Window.Nr1) .. autoclass:: RsFsw.Implementations.Applications.K60_Transient.Sense.Bandwidth.Window.WindowCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k60Transient.sense.bandwidth.window.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K60_Transient_Sense_Bandwidth_Window_Ratio.rst Applications_K60_Transient_Sense_Bandwidth_Window_Resolution.rst