Trigger ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.applications.k70Vsa.output.trigger.repcap_triggerPort_get() driver.applications.k70Vsa.output.trigger.repcap_triggerPort_set(repcap.TriggerPort.Nr1) .. autoclass:: RsFsw.Implementations.Applications.K70_Vsa.Output.Trigger.TriggerCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k70Vsa.output.trigger.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K70_Vsa_Output_Trigger_Direction.rst Applications_K70_Vsa_Output_Trigger_Level.rst Applications_K70_Vsa_Output_Trigger_Otype.rst Applications_K70_Vsa_Output_Trigger_Pulse.rst