Trigger ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.applications.k14Xnr5G.output.trigger.repcap_triggerPort_get() driver.applications.k14Xnr5G.output.trigger.repcap_triggerPort_set(repcap.TriggerPort.Nr1) .. rubric:: SCPI Command : .. index:: single: OUTPut:TRIGger .. code-block:: python OUTPut:TRIGger .. autoclass:: RsFsw.Implementations.Applications.K14x_Nr5G.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.k14Xnr5G.output.trigger.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K14x_Nr5G_Output_Trigger_Direction.rst Applications_K14x_Nr5G_Output_Trigger_Level.rst Applications_K14x_Nr5G_Output_Trigger_Otype.rst Applications_K14x_Nr5G_Output_Trigger_Pulse.rst