Am ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.am.repcap_generatorIx_get() driver.source.am.repcap_generatorIx_set(repcap.GeneratorIx.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:AM:RATio .. code-block:: python [SOURce]:AM:RATio .. autoclass:: RsSmbv.Implementations.Source.Am.AmCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.am.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Am_Depth.rst Source_Am_Deviation.rst Source_Am_Sensitivity.rst Source_Am_Source.rst Source_Am_State.rst