Fader ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr4 rc = driver.sconfiguration.external.fader.repcap_digitalIq_get() driver.sconfiguration.external.fader.repcap_digitalIq_set(repcap.DigitalIq.Nr1) .. autoclass:: RsSmbv.Implementations.Sconfiguration.External.Fader.FaderCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.sconfiguration.external.fader.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Sconfiguration_External_Fader_Direction.rst Sconfiguration_External_Fader_Iname.rst Sconfiguration_External_Fader_IqConnection.rst Sconfiguration_External_Fader_Rconnection.rst Sconfiguration_External_Fader_Remote.rst Sconfiguration_External_Fader_Rf.rst