Detector ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Tr1 .. Tr16 rc = driver.applications.k60Transient.sense.window.detector.repcap_trace_get() driver.applications.k60Transient.sense.window.detector.repcap_trace_set(repcap.Trace.Tr1) .. autoclass:: RsFsw.Implementations.Applications.K60_Transient.Sense.Window.Detector.DetectorCls :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.window.detector.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K60_Transient_Sense_Window_Detector_Function.rst