ExtDevice ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.efrontend.extDevice.repcap_externalDevice_get() driver.source.efrontend.extDevice.repcap_externalDevice_set(repcap.ExternalDevice.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:EFRontend:EXTDevice:LIST .. code-block:: python [SOURce]:EFRontend:EXTDevice:LIST .. autoclass:: RsSmw.Implementations.Source.Efrontend.ExtDevice.ExtDeviceCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.efrontend.extDevice.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Efrontend_ExtDevice_Correction.rst Source_Efrontend_ExtDevice_Frequency.rst Source_Efrontend_ExtDevice_Gain.rst Source_Efrontend_ExtDevice_Name.rst Source_Efrontend_ExtDevice_Refresh.rst Source_Efrontend_ExtDevice_TypePy.rst