Fm ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.fm.repcap_generatorIx_get() driver.source.fm.repcap_generatorIx_set(repcap.GeneratorIx.Nr1) .. rubric:: SCPI Commands : .. index:: single: [SOURce]:FM:MODE single: [SOURce]:FM:RATio single: [SOURce]:FM:SENSitivity .. code-block:: python [SOURce]:FM:MODE [SOURce]:FM:RATio [SOURce]:FM:SENSitivity .. autoclass:: RsSmbv.Implementations.Source.Fm.FmCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.fm.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Fm_Deviation.rst Source_Fm_External.rst Source_Fm_Internal.rst Source_Fm_Source.rst Source_Fm_State.rst